Skip to content

Commit

Permalink
add set_childkey_take to ChildKeys ProxyType
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnReedV committed Nov 5, 2024
1 parent 9ddbf10 commit 1a98bae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,9 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
ProxyType::ChildKeys => matches!(
c,
RuntimeCall::SubtensorModule(pallet_subtensor::Call::set_children { .. })
| RuntimeCall::SubtensorModule(
pallet_subtensor::Call::set_childkey_take { .. }
)
),
}
}
Expand Down

0 comments on commit 1a98bae

Please sign in to comment.