File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1369,7 +1369,8 @@ impl InstanceFilter<RuntimeCall> for TransparentProxyType {
13691369 matches ! (
13701370 c,
13711371 RuntimeCall :: Staking ( ..) |
1372- RuntimeCall :: Session ( ..) | RuntimeCall :: Utility ( ..) |
1372+ RuntimeCall :: Session ( ..) |
1373+ RuntimeCall :: Utility ( ..) |
13731374 RuntimeCall :: FastUnstake ( ..) |
13741375 RuntimeCall :: VoterList ( ..) |
13751376 RuntimeCall :: NominationPools ( ..)
Original file line number Diff line number Diff line change @@ -1150,7 +1150,8 @@ impl InstanceFilter<RuntimeCall> for TransparentProxyType<ProxyType> {
11501150 matches ! (
11511151 c,
11521152 RuntimeCall :: Staking ( ..) |
1153- RuntimeCall :: Session ( ..) | RuntimeCall :: Utility ( ..) |
1153+ RuntimeCall :: Session ( ..) |
1154+ RuntimeCall :: Utility ( ..) |
11541155 RuntimeCall :: FastUnstake ( ..) |
11551156 RuntimeCall :: VoterList ( ..) |
11561157 RuntimeCall :: NominationPools ( ..)
You can’t perform that action at this time.
0 commit comments