Skip to content

Commit

Permalink
Merge branch 'feat/make-westend-inflation-parameterizable' of github.…
Browse files Browse the repository at this point in the history
…com:marcuspang/polkadot-sdk into feat/make-westend-inflation-parameterizable
  • Loading branch information
kianenigma committed Jul 18, 2024
2 parents 6ab2d43 + 2e128ac commit e993b59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions polkadot/runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1106,8 +1106,7 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
matches!(
c,
RuntimeCall::Staking(..) |
RuntimeCall::Session(..) |
RuntimeCall::Utility(..) |
RuntimeCall::Session(..) | RuntimeCall::Utility(..) |
RuntimeCall::FastUnstake(..) |
RuntimeCall::VoterList(..) |
RuntimeCall::NominationPools(..)
Expand Down

0 comments on commit e993b59

Please sign in to comment.