Skip to content

Commit

Permalink
added only batch calls from utility pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
SBalaguer committed Dec 26, 2024
1 parent 7c2a9a1 commit 062b1da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion polkadot/runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,9 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
c,
RuntimeCall::Registrar(paras_registrar::Call::reserve { .. }) |
RuntimeCall::Registrar(paras_registrar::Call::register { .. }) |
RuntimeCall::Utility(..) |
RuntimeCall::Utility(pallet_utility::Call::batch { .. }) |
RuntimeCall::Utility(pallet_utility::Call::batch_all { .. }) |
RuntimeCall::Utility(pallet_utility::Call::force_batch { .. }) |
RuntimeCall::Proxy(pallet_proxy::Call::remove_proxy { .. })
),
}
Expand Down

0 comments on commit 062b1da

Please sign in to comment.