bump deps (#618)

* bump deps

* update balances weights

* fix warnings
This commit is contained in:
Robert Habermeier
2021-09-17 13:18:30 -05:00
committed by GitHub
parent 1dd000a011
commit 85bde07641
6 changed files with 252 additions and 238 deletions
-2
View File
@@ -375,8 +375,6 @@ impl InstanceFilter<Call> for ProxyType {
c,
Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. }
),
ProxyType::Collator =>
matches!(c, Call::CollatorSelection(..) | Call::Utility(..) | Call::Multisig(..)),
}
}
fn is_superset(&self, o: &Self) -> bool {