mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 10:35:48 +00:00
@@ -324,7 +324,8 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
|
|||||||
RuntimeCall::Elections(..) |
|
RuntimeCall::Elections(..) |
|
||||||
RuntimeCall::Treasury(..)
|
RuntimeCall::Treasury(..)
|
||||||
),
|
),
|
||||||
ProxyType::Staking => matches!(c, RuntimeCall::Staking(..)),
|
ProxyType::Staking =>
|
||||||
|
matches!(c, RuntimeCall::Staking(..) | RuntimeCall::FastUnstake(..)),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fn is_superset(&self, o: &Self) -> bool {
|
fn is_superset(&self, o: &Self) -> bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user