Merge branch 'dp-prep-release-v0.13' of github.com:paritytech/substrate-subxt into dp-prep-release-v0.13

* 'dp-prep-release-v0.13' of github.com:paritytech/substrate-subxt:
  Update test-node/runtime/src/lib.rs
This commit is contained in:
David Palm
2020-09-25 10:23:50 +02:00
-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 = ();