Skip to content

Commit c83043a

Browse files
authored
update safe call filter (#2938)
1 parent 840ac49 commit c83043a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

runtime/acala/src/xcm_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ impl xcm_executor::Config for XcmConfig {
158158
type MessageExporter = ();
159159
type UniversalAliases = Nothing;
160160
type CallDispatcher = RuntimeCall;
161-
type SafeCallFilter = Everything;
161+
type SafeCallFilter = Nothing;
162162
type Aliasers = Nothing;
163163
type TransactionalProcessor = FrameTransactionalProcessor;
164164
type HrmpNewChannelOpenRequestHandler = ();

runtime/karura/src/xcm_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ impl xcm_executor::Config for XcmConfig {
205205
type MessageExporter = ();
206206
type UniversalAliases = Nothing;
207207
type CallDispatcher = RuntimeCall;
208-
type SafeCallFilter = Everything;
208+
type SafeCallFilter = Nothing;
209209
type Aliasers = Nothing;
210210
type TransactionalProcessor = FrameTransactionalProcessor;
211211
type HrmpNewChannelOpenRequestHandler = ();

runtime/mandala/src/xcm_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl xcm_executor::Config for XcmConfig {
131131
type MessageExporter = ();
132132
type UniversalAliases = Nothing;
133133
type CallDispatcher = RuntimeCall;
134-
type SafeCallFilter = Everything;
134+
type SafeCallFilter = Nothing;
135135
type Aliasers = Nothing;
136136
type TransactionalProcessor = FrameTransactionalProcessor;
137137
type HrmpNewChannelOpenRequestHandler = ();

0 commit comments

Comments
 (0)