Passed unl stats to contract. (#357)

This commit is contained in:
Ravin Perera
2022-01-26 18:51:01 +05:30
committed by GitHub
parent 0d7f52d1e7
commit 589199a1af
5 changed files with 89 additions and 41 deletions

View File

@@ -487,7 +487,7 @@ namespace consensus
}
// Provide latest roundtime information to unl statistics.
unl::update_time_config_stats(collected_proposals);
unl::update_unl_stats(collected_proposals);
// Move collected propsals to candidate set of proposals.
for (const auto &p : collected_proposals)