mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Remove print() from core functions
Break dependency on util.
This commit is contained in:
parent
dd2819701a
commit
81212588c0
4 changed files with 12 additions and 37 deletions
|
|
@ -1029,8 +1029,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|||
CBlock block;
|
||||
ReadBlockFromDisk(block, pindex);
|
||||
block.BuildMerkleTree();
|
||||
block.print();
|
||||
LogPrintf("\n");
|
||||
LogPrintf("%s\n", block.ToString());
|
||||
nFound++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue