Skip to content
Snippets Groups Projects
Commit 0e55bace authored by Ross Bulat's avatar Ross Bulat Committed by GitHub
Browse files

add fast unstake (#14077)

Co-authored-by: parity-processbot <>
parent 9c53fd72
Branches
No related merge requests found
......@@ -324,7 +324,8 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
RuntimeCall::Elections(..) |
RuntimeCall::Treasury(..)
),
ProxyType::Staking => matches!(c, RuntimeCall::Staking(..)),
ProxyType::Staking =>
matches!(c, RuntimeCall::Staking(..) | RuntimeCall::FastUnstake(..)),
}
}
fn is_superset(&self, o: &Self) -> bool {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment