Final tweaks for Kusama PrePos. (#499)

* Final tweaks for Kusama PrePos.

* Replace old code

* Extra utility function.

* Update to latest Substrate

* Update to latest again
This commit is contained in:
Gavin Wood
2019-10-25 16:29:07 +02:00
committed by GitHub
parent 6d71392500
commit 6c14bad4e8
3 changed files with 99 additions and 96 deletions
-1
View File
@@ -574,7 +574,6 @@ mod tests {
type ApproveOrigin = system::EnsureRoot<u64>;
type RejectOrigin = system::EnsureRoot<u64>;
type Event = ();
type MintedForSpending = ();
type ProposalRejection = ();
type ProposalBond = ProposalBond;
type ProposalBondMinimum = ProposalBondMinimum;