impl Randomness trait for Babe and remove unused RandomBeacon trait (#4886)

* impl Randomness trait for Babe and remove unused RandomBeacon trait

* bump runtime version
This commit is contained in:
Robert Habermeier
2020-02-11 11:07:14 +01:00
committed by GitHub
parent 0d45d12e3f
commit ea69238d03
4 changed files with 14 additions and 23 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 215,
impl_version: 1,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
};