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 ffc762b commit 78f1d94Copy full SHA for 78f1d94
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::RootWeights(..)
678
),
679
ProxyType::Triumvirate => matches!(
680
c,
0 commit comments