File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 = ( ) ;
Original file line number Diff line number Diff 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 = ( ) ;
Original file line number Diff line number Diff 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 = ( ) ;
You can’t perform that action at this time.
0 commit comments