From 2e128ac05c83cd32a6c765c184ba5eb06ac2939a Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Thu, 18 Jul 2024 10:36:29 +0000 Subject: [PATCH] ".git/.scripts/commands/fmt/fmt.sh" --- polkadot/runtime/westend/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 58f6f1ed72d7..08fa11514278 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -1106,8 +1106,7 @@ impl InstanceFilter for ProxyType { matches!( c, RuntimeCall::Staking(..) | - RuntimeCall::Session(..) | - RuntimeCall::Utility(..) | + RuntimeCall::Session(..) | RuntimeCall::Utility(..) | RuntimeCall::FastUnstake(..) | RuntimeCall::VoterList(..) | RuntimeCall::NominationPools(..)