Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 5a89c81

Browse files
authored
Bump Substrate and Deps (#235)
1 parent 9a8773f commit 5a89c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/beefy/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ parameter_types! {
6060
}
6161

6262
impl frame_system::Config for Test {
63-
type BaseCallFilter = ();
63+
type BaseCallFilter = frame_support::traits::AllowAll;
6464
type BlockWeights = ();
6565
type BlockLength = ();
6666
type DbWeight = ();

0 commit comments

Comments
 (0)