mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 22:05:42 +00:00
Fix an off-by-one: revert rather than revert-to (#3991)
* fix off-by-one in disputes reversion code * bump Rococo spec version
This commit is contained in:
committed by
GitHub
parent
44e9482596
commit
547d166f20
@@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("rococo"),
|
||||
impl_name: create_runtime_str!("parity-rococo-v1.8"),
|
||||
authoring_version: 0,
|
||||
spec_version: 9103,
|
||||
spec_version: 9104,
|
||||
impl_version: 0,
|
||||
#[cfg(not(feature = "disable-runtime-api"))]
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
|
||||
Reference in New Issue
Block a user