Skip to content

Commit

Permalink
Update reserve transfer filter (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong authored Dec 15, 2022
1 parent 807b99c commit 16ad250
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/crab/src/pallets/polkadot_xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl pallet_xcm::Config for Runtime {
// ^ Disable dispatchable execute on the XCM pallet.
// Needs to be `Everything` for local testing.
type XcmExecutor = xcm_executor::XcmExecutor<XcmExecutorConfig>;
type XcmReserveTransferFilter = frame_support::traits::Nothing;
type XcmReserveTransferFilter = frame_support::traits::Everything;
type XcmRouter = XcmRouter;
type XcmTeleportFilter = frame_support::traits::Nothing;

Expand Down
2 changes: 1 addition & 1 deletion runtime/darwinia/src/pallets/polkadot_xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl pallet_xcm::Config for Runtime {
// ^ Disable dispatchable execute on the XCM pallet.
// Needs to be `Everything` for local testing.
type XcmExecutor = xcm_executor::XcmExecutor<XcmExecutorConfig>;
type XcmReserveTransferFilter = frame_support::traits::Nothing;
type XcmReserveTransferFilter = frame_support::traits::Everything;
type XcmRouter = XcmRouter;
type XcmTeleportFilter = frame_support::traits::Nothing;

Expand Down
2 changes: 1 addition & 1 deletion runtime/pangolin/src/pallets/polkadot_xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl pallet_xcm::Config for Runtime {
// ^ Disable dispatchable execute on the XCM pallet.
// Needs to be `Everything` for local testing.
type XcmExecutor = xcm_executor::XcmExecutor<XcmExecutorConfig>;
type XcmReserveTransferFilter = frame_support::traits::Nothing;
type XcmReserveTransferFilter = frame_support::traits::Everything;
type XcmRouter = XcmRouter;
type XcmTeleportFilter = frame_support::traits::Nothing;

Expand Down

0 comments on commit 16ad250

Please sign in to comment.