Fix vesting logic (#4864)

* Fix vesting logic

* Bump runtime version

* Docs.
This commit is contained in:
Gavin Wood
2020-02-10 10:30:42 +01:00
committed by GitHub
parent e5a7fcc8ea
commit 78a8d9f3b6
3 changed files with 20 additions and 8 deletions
+2 -2
View File
@@ -81,8 +81,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: 214,
impl_version: 3,
spec_version: 215,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};