Companion for #9276: Remove Filter impl on () (#3420)

* Switch from () to AllowAllFilter

* Rename AllowAllFilter -> AllowAll

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
Alexander Theißen
2021-07-12 23:12:52 +02:00
committed by GitHub
parent 73ed24f772
commit 2d102308de
21 changed files with 316 additions and 317 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ impl frame_system::Config for TestRuntime {
type AccountData = ();
type OnNewAccount = ();
type OnKilledAccount = ();
type BaseCallFilter = ();
type BaseCallFilter = frame_support::traits::AllowAll;
type SystemWeightInfo = ();
type DbWeight = ();
type BlockWeights = ();