Skip to content

Commit a23860c

Browse files
committed
fix typo
1 parent 78f1d94 commit a23860c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
674674
| RuntimeCall::SubtensorModule(pallet_subtensor::Call::root_register { .. })
675675
| RuntimeCall::SubtensorModule(pallet_subtensor::Call::burned_register { .. })
676676
| RuntimeCall::Triumvirate(..)
677-
| RuntimeCall::RootWeights(..)
677+
| RuntimeCall::SubtensorModule(pallet_subtensor::Call::set_root_weights { .. })
678678
),
679679
ProxyType::Triumvirate => matches!(
680680
c,

0 commit comments

Comments
 (0)