#include <policy/block/parkingpolicy.h>
#include <cstddef>
#include <cstdint>
#include <optional>
#include <vector>
Go to the source code of this file.
◆ GetNextRTTWorkRequired()
Compute the real time block hash target given the previous block parameters.
Definition at line 117 of file rtt.cpp.
◆ isRTTEnabled()
Whether the RTT feature is enabled.
Definition at line 165 of file rtt.cpp.
◆ DEFAULT_ENABLE_RTT
| constexpr bool DEFAULT_ENABLE_RTT {true} |
|
staticconstexpr |
Default for -enablertt.
Definition at line 22 of file rtt.h.