mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Used uint32 for roundtime and timeout fields. (#248)
This commit is contained in:
@@ -1070,7 +1070,7 @@ namespace consensus
|
||||
if (perform_detection)
|
||||
{
|
||||
LOG_DEBUG << "Detecting roundtime...";
|
||||
const uint16_t majority_roundtime = unl::get_majority_roundtime();
|
||||
const uint32_t majority_roundtime = unl::get_majority_roundtime();
|
||||
|
||||
if (majority_roundtime == 0 || conf::cfg.contract.roundtime == majority_roundtime)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user