mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 22:41:02 +00:00
Use result. (#4259)
This commit is contained in:
committed by
Demi Obenour
parent
6ba1d5d1fb
commit
bd4f1fc54b
@@ -865,7 +865,7 @@ where
|
|||||||
historical_votes.seen().iter().skip(n_existing_votes).cloned()
|
historical_votes.seen().iter().skip(n_existing_votes).cloned()
|
||||||
);
|
);
|
||||||
already_completed.state = state;
|
already_completed.state = state;
|
||||||
crate::aux_schema::write_concluded_round(&*self.client, &already_completed);
|
crate::aux_schema::write_concluded_round(&*self.client, &already_completed)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
let set_state = VoterSetState::<Block>::Live {
|
let set_state = VoterSetState::<Block>::Live {
|
||||||
|
|||||||
Reference in New Issue
Block a user