Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
update current version for staking
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Feb 4, 2020
1 parent 944aba7 commit 1e07876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/staking/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pub type VersionNumber = u32;

// the current expected version of the storage
pub const CURRENT_VERSION: VersionNumber = 2;
pub const CURRENT_VERSION: VersionNumber = 3;

/// The inner logic of migrations.
#[cfg(any(test, feature = "migrate"))]
Expand Down

0 comments on commit 1e07876

Please sign in to comment.