mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 04:37:57 +00:00
srml: staking: track session index of current era start (#3203)
* srml: staking: track session index of current era start * node: bump spec_version
This commit is contained in:
committed by
Bastian Köcher
parent
002acb9373
commit
b633f93b00
@@ -79,8 +79,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
// and set impl_version to equal spec_version. If only runtime
|
||||
// implementation changes and behavior does not, then leave spec_version as
|
||||
// is and increment impl_version.
|
||||
spec_version: 120,
|
||||
impl_version: 120,
|
||||
spec_version: 121,
|
||||
impl_version: 121,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user