Use result. (#4259)

This commit is contained in:
Marcio Diaz
2019-12-01 14:59:56 +01:00
committed by Demi Obenour
parent 6ba1d5d1fb
commit bd4f1fc54b
@@ -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 {