Changes for substrate#3699 (#466)

* change upstream and branch

* Fix build

* remove doc renamings

* Fix tests

* .

* Revert changing fork and branch

* Update Cargo.toml

* Update parachains.rs
This commit is contained in:
Ashley
2019-10-11 00:50:41 +13:00
committed by Bastian Köcher
parent ecfea4536f
commit 9240042048
5 changed files with 102 additions and 81 deletions
+2 -1
View File
@@ -521,6 +521,7 @@ construct_runtime!(
{
// Basic stuff; balances is uncallable initially.
System: system::{Module, Call, Storage, Config, Event},
RandomnessCollectiveFlip: randomness_collective_flip::{Module, Storage},
// Must be before session.
Babe: babe::{Module, Call, Storage, Config, Inherent(Timestamp)},
@@ -629,7 +630,7 @@ impl_runtime_apis! {
}
fn random_seed() -> <Block as BlockT>::Hash {
System::random_seed()
RandomnessCollectiveFlip::random_seed()
}
}