Update test-node/runtime/src/lib.rs

Co-authored-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
David
2020-09-25 10:22:28 +02:00
committed by GitHub
parent 374cbe8991
commit 9eb7626cf7
-2
View File
@@ -183,8 +183,6 @@ parameter_types! {
pub const Version: RuntimeVersion = VERSION;
}
// const_assert!(AvailableBlockRatio::get().deconstruct() >= AVERAGE_ON_INITIALIZE_WEIGHT.deconstruct());
impl frame_system::Trait for Runtime {
/// The basic call filter to use in dispatchable.
type BaseCallFilter = ();