Skip to content

Commit 7dbd2f7

Browse files
authored
feat: add PolkadotXCM filter (#993)
1 parent f4e75f6 commit 7dbd2f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runtime/litmus/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,8 @@ impl Contains<RuntimeCall> for NormalModeFilter {
941941
RuntimeCall::BridgeTransfer(_) |
942942
// XTokens::transfer for normal users
943943
RuntimeCall::XTokens(orml_xtokens::Call::transfer { .. }) |
944+
// PolkadotXcm
945+
RuntimeCall::PolkadotXcm(_) |
944946
// memberships
945947
RuntimeCall::CouncilMembership(_) |
946948
RuntimeCall::TechnicalCommitteeMembership(_) |

0 commit comments

Comments
 (0)