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

Commit

Permalink
Revert "[Fix] Allow force_xcm_version call for assets parachains (#2276
Browse files Browse the repository at this point in the history
…)"

This reverts commit 38831d6.
  • Loading branch information
joepetrowski authored Mar 7, 2023
1 parent 38831d6 commit 369808f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion parachains/runtimes/assets/statemine/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ 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 { .. } |
Expand Down
1 change: 0 additions & 1 deletion parachains/runtimes/assets/statemint/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ 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 { .. } |
Expand Down
1 change: 0 additions & 1 deletion parachains/runtimes/assets/westmint/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ 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 { .. } |
Expand Down

0 comments on commit 369808f

Please sign in to comment.