PrevUpHomeNext

ConsensusParms::useRoundedCloseTime

Whether to use roundCloseTime or effCloseTime for reaching close time consensus.

Synopsis
bool useRoundedCloseTime = true;
Description

This was added to migrate from effCloseTime to roundCloseTime on the live network. The desired behavior (as given by the default value) is to use roundCloseTime during consensus voting and then use effCloseTime when accepting the consensus ledger.


PrevUpHomeNext