Skip to content

Commit

Permalink
allow also in local call filter
Browse files Browse the repository at this point in the history
  • Loading branch information
green-jay committed Jul 29, 2023
1 parent e5ff4d6 commit 8301fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/hydradx/src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ impl Contains<RuntimeCall> for CallFilter {
}

match call {
RuntimeCall::PolkadotXcm(pallet_xcm::Call::send { .. }) => true,
RuntimeCall::PolkadotXcm(_) => false,
RuntimeCall::OrmlXcm(_) => false,
_ => true,
Expand Down

0 comments on commit 8301fd9

Please sign in to comment.