mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Remove print() from core functions
Break dependency on util.
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user