mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Apply suggestions from code review
Co-authored-by: Byron Hambly <byron@hambly.dev>
This commit is contained in:
parent
29345e9e12
commit
b9b7f6543a
3 changed files with 4 additions and 4 deletions
|
|
@ -4141,7 +4141,7 @@ bool BlockManager::LoadBlockIndex(
|
|||
if (fTrimHeaders) {
|
||||
int max_height = 0;
|
||||
if (!blocktree.WalkBlockIndexGutsForMaxHeight(&max_height)) {
|
||||
LogPrintf("LoadBlockIndex: Somehow failed to WalkBlockIndexGutsForMaxHeight.\n");
|
||||
LogPrintf("LoadBlockIndex: Failed to WalkBlockIndexGutsForMaxHeight.\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue