From 3dfe839c5f2936a15fdb8977291a6c531c8c9dfb Mon Sep 17 00:00:00 2001 From: Marcio Diaz Date: Sun, 1 Dec 2019 10:44:14 +0100 Subject: [PATCH] Use result. --- client/finality-grandpa/src/environment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/finality-grandpa/src/environment.rs b/client/finality-grandpa/src/environment.rs index bc04ecef043f5..0f70ac531d774 100644 --- a/client/finality-grandpa/src/environment.rs +++ b/client/finality-grandpa/src/environment.rs @@ -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::::Live {