Skip to content

Commit 1a98bae

Browse files
committed
add set_childkey_take to ChildKeys ProxyType
1 parent 9ddbf10 commit 1a98bae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,9 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
722722
ProxyType::ChildKeys => matches!(
723723
c,
724724
RuntimeCall::SubtensorModule(pallet_subtensor::Call::set_children { .. })
725+
| RuntimeCall::SubtensorModule(
726+
pallet_subtensor::Call::set_childkey_take { .. }
727+
)
725728
),
726729
}
727730
}

0 commit comments

Comments
 (0)