mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
update safe call filter (#7080)
This commit is contained in:
@@ -317,7 +317,9 @@ impl Contains<RuntimeCall> for SafeCallFilter {
|
||||
) |
|
||||
RuntimeCall::XcmPallet(pallet_xcm::Call::limited_reserve_transfer_assets {
|
||||
..
|
||||
}) => true,
|
||||
}) |
|
||||
RuntimeCall::Whitelist(pallet_whitelist::Call::whitelist_call { .. }) |
|
||||
RuntimeCall::Proxy(..) => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user