Update substrate (#970)

* update substrate

* Hopefully fix compilation

* network: rename roles to role

* runtime: fix runtime-benchmarks compilation

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
André Silva
2020-04-03 19:50:34 +01:00
committed by GitHub
parent 189c542655
commit b3d326acca
10 changed files with 140 additions and 132 deletions
+1
View File
@@ -642,6 +642,7 @@ mod benchmarking {
use super::*;
use secp_utils::*;
use system::RawOrigin;
use system as frame_system; // NOTE: required for the benchmarks! macro
use frame_benchmarking::{benchmarks, account};
use sp_runtime::DispatchResult;
use sp_runtime::traits::ValidateUnsigned;