We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6466cef commit 6f90b30Copy full SHA for 6f90b30
pallets/confidential-docs/src/lib.rs
@@ -24,7 +24,7 @@ pub mod pallet {
24
use frame_support::pallet_prelude::*;
25
use frame_system::pallet_prelude::*;
26
27
- const STORAGE_VERSION: StorageVersion = StorageVersion::new(1);
+ const STORAGE_VERSION: StorageVersion = StorageVersion::new(0);
28
29
#[pallet::config]
30
pub trait Config: frame_system::Config {
0 commit comments