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

Commit ef89227

Browse files
authored
Bump Substrate and Deps (#262)
1 parent bddaf98 commit ef89227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frame/beefy-mmr/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ parameter_types! {
6363
}
6464

6565
impl frame_system::Config for Test {
66-
type BaseCallFilter = frame_support::traits::AllowAll;
66+
type BaseCallFilter = frame_support::traits::Everything;
6767
type BlockWeights = ();
6868
type BlockLength = ();
6969
type DbWeight = ();

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 = frame_support::traits::AllowAll;
63+
type BaseCallFilter = frame_support::traits::Everything;
6464
type BlockWeights = ();
6565
type BlockLength = ();
6666
type DbWeight = ();

0 commit comments

Comments
 (0)