Control message to update peers. (#351)

This commit is contained in:
Ravin Perera
2021-11-02 14:13:21 +05:30
committed by GitHub
parent 33999f5726
commit c720a777ce
16 changed files with 263 additions and 65 deletions

View File

@@ -194,6 +194,7 @@ namespace consensus
if (!was_in_sync && newly_in_sync && ctx.sync_ongoing)
dispatch_synced_ledger_input_statuses(lcl_id);
LOG_DEBUG << "Vote status: " << new_vote_status;
status::set_vote_status(new_vote_status);
}