Skip to content
Snippets Groups Projects
Commit ea8dd676 authored by Marcio Diaz's avatar Marcio Diaz Committed by Demi Obenour
Browse files

Use result. (#4259)

parent 33476f08
Branches
Tags
No related merge requests found
......@@ -865,7 +865,7 @@ where
historical_votes.seen().iter().skip(n_existing_votes).cloned()
);
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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment