mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 07:41:02 +00:00
Grandpa: save all completed prior rounds (#4203)
* Save concluded rounds. * Doc nit * Fix cargo
This commit is contained in:
@@ -865,6 +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);
|
||||
}
|
||||
|
||||
let set_state = VoterSetState::<Block>::Live {
|
||||
|
||||
Reference in New Issue
Block a user