We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a04a6 commit 202138eCopy full SHA for 202138e
substrate/frame/staking/src/pallet/mod.rs
@@ -72,7 +72,7 @@ pub mod pallet {
72
use crate::{BenchmarkingConfig, PagedExposureMetadata};
73
74
/// The in-code storage version.
75
- const STORAGE_VERSION: StorageVersion = StorageVersion::new(16);
+ const STORAGE_VERSION: StorageVersion = StorageVersion::new(17);
76
77
#[pallet::pallet]
78
#[pallet::storage_version(STORAGE_VERSION)]
0 commit comments