Skip to content

Commit 6f90b30

Browse files
Updated confidential docs pallet storage version.
1 parent 6466cef commit 6f90b30

File tree

1 file changed

+1
-1
lines changed
  • pallets/confidential-docs/src

1 file changed

+1
-1
lines changed

pallets/confidential-docs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub mod pallet {
2424
use frame_support::pallet_prelude::*;
2525
use frame_system::pallet_prelude::*;
2626

27-
const STORAGE_VERSION: StorageVersion = StorageVersion::new(1);
27+
const STORAGE_VERSION: StorageVersion = StorageVersion::new(0);
2828

2929
#[pallet::config]
3030
pub trait Config: frame_system::Config {

0 commit comments

Comments
 (0)