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 78f1d94 commit a23860cCopy full SHA for a23860c
runtime/src/lib.rs
@@ -674,7 +674,7 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
674
| RuntimeCall::SubtensorModule(pallet_subtensor::Call::root_register { .. })
675
| RuntimeCall::SubtensorModule(pallet_subtensor::Call::burned_register { .. })
676
| RuntimeCall::Triumvirate(..)
677
- | RuntimeCall::RootWeights(..)
+ | RuntimeCall::SubtensorModule(pallet_subtensor::Call::set_root_weights { .. })
678
),
679
ProxyType::Triumvirate => matches!(
680
c,
0 commit comments