mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 18:11:10 +00:00
[Fix] Allow force_xcm_version call for assets parachains (#2276)
This commit is contained in:
@@ -171,6 +171,7 @@ impl Contains<RuntimeCall> for SafeCallFilter {
|
||||
}
|
||||
|
||||
match call {
|
||||
RuntimeCall::PolkadotXcm(pallet_xcm::Call::force_xcm_version { .. }) |
|
||||
RuntimeCall::System(
|
||||
frame_system::Call::set_heap_pages { .. } |
|
||||
frame_system::Call::set_code { .. } |
|
||||
|
||||
@@ -171,6 +171,7 @@ impl Contains<RuntimeCall> for SafeCallFilter {
|
||||
}
|
||||
|
||||
match call {
|
||||
RuntimeCall::PolkadotXcm(pallet_xcm::Call::force_xcm_version { .. }) |
|
||||
RuntimeCall::System(
|
||||
frame_system::Call::set_heap_pages { .. } |
|
||||
frame_system::Call::set_code { .. } |
|
||||
|
||||
@@ -166,6 +166,7 @@ impl Contains<RuntimeCall> for SafeCallFilter {
|
||||
}
|
||||
|
||||
match call {
|
||||
RuntimeCall::PolkadotXcm(pallet_xcm::Call::force_xcm_version { .. }) |
|
||||
RuntimeCall::System(
|
||||
frame_system::Call::set_heap_pages { .. } |
|
||||
frame_system::Call::set_code { .. } |
|
||||
|
||||
Reference in New Issue
Block a user