[#MAX_FUTURE_BLOCK_TIME] = MAX_FUTURE_BLOCK_TIME :mrdocs: Maximum amount of time that a block timestamp is allowed to exceed the current time before the block will be accepted. == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int64_t MAX_FUTURE_BLOCK_TIME = 2 * 60 * 60; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#