diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 7504b7cb75..89c93d94da 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -653,6 +653,9 @@ impl InstanceFilter for ProxyType { | RuntimeCall::SubtensorModule( pallet_subtensor::Call::remove_stake_full_limit { .. } ) + | RuntimeCall::SubtensorModule( + pallet_subtensor::Call::set_root_claim_type { .. } + ) ), ProxyType::Registration => matches!( c,