PrevUpHomeNext

VALIDATION_VALID_WALL

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

Synopsis
auto constexpr VALIDATION_VALID_WALL = 5min;
Description

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

Header

#include <ripple/consensus/LedgerTiming.h>


PrevUpHomeNext