Skip to content

Commit 202138e

Browse files
committed
update storage version
1 parent e9a04a6 commit 202138e

File tree

1 file changed

+1
-1
lines changed
  • substrate/frame/staking/src/pallet

1 file changed

+1
-1
lines changed

substrate/frame/staking/src/pallet/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub mod pallet {
7272
use crate::{BenchmarkingConfig, PagedExposureMetadata};
7373

7474
/// The in-code storage version.
75-
const STORAGE_VERSION: StorageVersion = StorageVersion::new(16);
75+
const STORAGE_VERSION: StorageVersion = StorageVersion::new(17);
7676

7777
#[pallet::pallet]
7878
#[pallet::storage_version(STORAGE_VERSION)]

0 commit comments

Comments
 (0)