mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Upgrade bitvec and parity-scale-codec (#947)
This commit is contained in:
@@ -168,7 +168,7 @@ impl<T: Trait> Module<T> {
|
||||
let attesting_indices = head.validator_indices
|
||||
.iter()
|
||||
.enumerate()
|
||||
.filter(|(_, bit)| *bit)
|
||||
.filter(|(_, bit)| **bit)
|
||||
.inspect(|&(auth_index, _)| {
|
||||
if let Some(stash_id) = validators.get(auth_index) {
|
||||
valid.push(stash_id.clone());
|
||||
|
||||
Reference in New Issue
Block a user