From 9eb7626cf7e3762dbd460d2357c1b2a33b427917 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 25 Sep 2020 10:22:28 +0200 Subject: [PATCH] Update test-node/runtime/src/lib.rs Co-authored-by: Demi Marie Obenour --- test-node/runtime/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-node/runtime/src/lib.rs b/test-node/runtime/src/lib.rs index 996023004a..baed45b801 100644 --- a/test-node/runtime/src/lib.rs +++ b/test-node/runtime/src/lib.rs @@ -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 = ();