Cargo workflow (#21)

This commit is contained in:
Özgün Özerk
2023-11-27 20:34:03 +03:00
committed by GitHub
parent 4124261b33
commit 57f9353fd0
8 changed files with 102 additions and 8 deletions
+3 -2
View File
@@ -385,8 +385,9 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
RuntimeCall::Proxy(pallet_proxy::Call::reject_announcement { .. })
| RuntimeCall::Multisig { .. }
),
ProxyType::Collator =>
matches!(c, RuntimeCall::CollatorSelection { .. } | RuntimeCall::Multisig { .. }),
ProxyType::Collator => {
matches!(c, RuntimeCall::CollatorSelection { .. } | RuntimeCall::Multisig { .. })
}
}
}
}