mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
Fix periodic sessions and document behavior (#2974)
* Fix periodic sessions and document behavior * bump versions and test * Apply suggestions from code review * update docs * update docs again
This commit is contained in:
committed by
Gavin Wood
parent
2217c1e9a1
commit
dcb1a590e2
@@ -67,7 +67,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
// 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: 102,
|
||||
impl_version: 103,
|
||||
impl_version: 104,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user