mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user