mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 04:25:51 +00:00
Use rounded close time in Consensus (RIPD-1528):
Switches the default behavior of Consensus to use roundCloseTime instead of effCloseTime. effCloseTime is still used when accepting the consensus ledger to ensure the consensus close time comes after the parent ledger close time. This change eliminates an edge case in which peers could reach agreement on the close time, but end up generating ledgers with different close times.
This commit is contained in:
@@ -117,5 +117,6 @@ uint256 const featureSortedDirectories = *getRegisteredFeature("SortedDirectorie
|
||||
uint256 const fix1201 = *getRegisteredFeature("fix1201");
|
||||
uint256 const fix1512 = *getRegisteredFeature("fix1512");
|
||||
uint256 const fix1523 = *getRegisteredFeature("fix1523");
|
||||
uint256 const fix1528 = *getRegisteredFeature("fix1528");
|
||||
|
||||
} // ripple
|
||||
|
||||
Reference in New Issue
Block a user