mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Fix session phase in early-exit (#453)
* Fix up session phase. * Version bump * Fix session rotation properly and add test * Update runtimes * Docs
This commit is contained in:
@@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: ver_str!("polkadot"),
|
spec_name: ver_str!("polkadot"),
|
||||||
impl_name: ver_str!("parity-polkadot"),
|
impl_name: ver_str!("parity-polkadot"),
|
||||||
authoring_version: 1,
|
authoring_version: 1,
|
||||||
spec_version: 2,
|
spec_version: 100,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user