[#MAX_TIMEWARP] = MAX_TIMEWARP :mrdocs: Maximum number of seconds that the timestamp of the first block of a difficulty adjustment period is allowed to be earlier than the last block of the previous period (BIP94). == Synopsis Declared in `<consensus/consensus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int64_t MAX_TIMEWARP = 600; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#