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:
Robert Habermeier
2021-10-01 22:24:35 +02:00
committed by GitHub
parent 44e9482596
commit 547d166f20
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -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,