Skip to content

Commit 5af09c6

Browse files
Remove set_root_claim_type from proxy type.
1 parent c797cd1 commit 5af09c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

runtime/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,9 +743,6 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
743743
ProxyType::RootClaim => matches!(
744744
c,
745745
RuntimeCall::SubtensorModule(pallet_subtensor::Call::claim_root { .. })
746-
| RuntimeCall::SubtensorModule(
747-
pallet_subtensor::Call::set_root_claim_type { .. }
748-
)
749746
),
750747
}
751748
}

0 commit comments

Comments
 (0)