Skip to content

Commit e171a0c

Browse files
committed
Move set_root_claim_type to the staking proxy type
1 parent 1c64119 commit e171a0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,9 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
653653
| RuntimeCall::SubtensorModule(
654654
pallet_subtensor::Call::remove_stake_full_limit { .. }
655655
)
656+
| RuntimeCall::SubtensorModule(
657+
pallet_subtensor::Call::set_root_claim_type { .. }
658+
)
656659
),
657660
ProxyType::Registration => matches!(
658661
c,

0 commit comments

Comments
 (0)