Remove print() from core functions

Break dependency on util.
This commit is contained in:
Wladimir J. van der Laan
2014-08-20 10:26:27 +02:00
parent dd2819701a
commit 81212588c0
4 changed files with 12 additions and 37 deletions

View File

@@ -404,7 +404,7 @@ CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey)
bool ProcessBlockFound(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey)
{
pblock->print();
LogPrintf("%s\n", pblock->ToString());
LogPrintf("generated %s\n", FormatMoney(pblock->vtx[0].vout[0].nValue));
// Found a solution