From a23860c87dcfd9be8a33a2089c200bfa74e13bc4 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Tue, 27 Aug 2024 17:45:11 -0400 Subject: [PATCH] fix typo --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 1f2c8a4eb..77b9111f8 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -674,7 +674,7 @@ impl InstanceFilter for ProxyType { | RuntimeCall::SubtensorModule(pallet_subtensor::Call::root_register { .. }) | RuntimeCall::SubtensorModule(pallet_subtensor::Call::burned_register { .. }) | RuntimeCall::Triumvirate(..) - | RuntimeCall::RootWeights(..) + | RuntimeCall::SubtensorModule(pallet_subtensor::Call::set_root_weights { .. }) ), ProxyType::Triumvirate => matches!( c,