mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Fix underflow when blocks are ahead of headers
This commit is contained in:
parent
718ac5bd6b
commit
e7fea1d50b
3 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ bool fPruneMode = false;
|
|||
uint64_t nPruneTarget = 0;
|
||||
bool fTrimHeaders = false;
|
||||
uint64_t nMustKeepFullHeaders = std::numeric_limits<uint64_t>::max();
|
||||
uint64_t nHeaderDownloadBuffer = std::numeric_limits<uint64_t>::max();
|
||||
int64_t nHeaderDownloadBuffer = std::numeric_limits<int64_t>::max();
|
||||
|
||||
// TODO make namespace {
|
||||
RecursiveMutex cs_LastBlockFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue