![]() |
Bitcoin Core
24.1.0
P2P Digital Currency
|
#include <headerssync.h>#include <logging.h>#include <pow.h>#include <timedata.h>#include <util/check.h>Go to the source code of this file.
Variables | |
| constexpr size_t | HEADER_COMMITMENT_PERIOD {584} |
| Store a commitment to a header every HEADER_COMMITMENT_PERIOD blocks. More... | |
| constexpr size_t | REDOWNLOAD_BUFFER_SIZE {13959} |
| Only feed headers to validation once this many headers on top have been received and validated against commitments. More... | |
| constexpr size_t HEADER_COMMITMENT_PERIOD {584} |
Store a commitment to a header every HEADER_COMMITMENT_PERIOD blocks.
Definition at line 15 of file headerssync.cpp.
| constexpr size_t REDOWNLOAD_BUFFER_SIZE {13959} |
Only feed headers to validation once this many headers on top have been received and validated against commitments.
Definition at line 19 of file headerssync.cpp.
1.8.14