PrevUpHomeNext

ValidationParms::validationCURRENT_WALL

The number of seconds a validation remains current after its ledger's close time.

Synopsis
std::chrono::seconds validationCURRENT_WALL = std::chrono::minutes{5};
Description

This is a safety to protect against very old validations and the time it takes to adjust the close time accuracy window.


PrevUpHomeNext