We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c797cd1 commit 5af09c6Copy full SHA for 5af09c6
runtime/src/lib.rs
@@ -743,9 +743,6 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
743
ProxyType::RootClaim => matches!(
744
c,
745
RuntimeCall::SubtensorModule(pallet_subtensor::Call::claim_root { .. })
746
- | RuntimeCall::SubtensorModule(
747
- pallet_subtensor::Call::set_root_claim_type { .. }
748
- )
749
),
750
}
751
0 commit comments