mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
log: Remove static log message "Initializing chainstate Chainstate [ibd] @ height -1 (null)"
This commit is contained in:
parent
b99a1633b2
commit
f22d6a1142
1 changed files with 0 additions and 1 deletions
|
|
@ -1614,7 +1614,6 @@ bool AppInitMain(const util::Ref& context, NodeContext& node, interfaces::BlockA
|
|||
bool failed_chainstate_init = false;
|
||||
|
||||
for (CChainState* chainstate : chainman.GetAll()) {
|
||||
LogPrintf("Initializing chainstate %s\n", chainstate->ToString());
|
||||
chainstate->InitCoinsDB(
|
||||
/* cache_size_bytes */ nCoinDBCache,
|
||||
/* in_memory */ false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue