Update logic to cancel_deferred_slash (#5186)

* Update logic to cancel_deferred_slash

* More idiomatic

* bump spec

Co-authored-by: Gavin Wood <gavin@parity.io>
This commit is contained in:
Shawn Tabrizi
2020-03-09 13:39:05 +02:00
committed by GitHub
parent 013fb6ae18
commit 0971fff470
3 changed files with 65 additions and 20 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 233,
impl_version: 1,
spec_version: 234,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};