CheckWork() new block message fix
authoralex <alex@alex-VirtualBox.(none)>
Sat, 24 Aug 2013 16:53:29 +0000 (20:53 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Sat, 24 Aug 2013 16:53:29 +0000 (20:53 +0400)
src/miner.cpp

index 89032da..ac25b97 100644 (file)
@@ -469,7 +469,7 @@ bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey)
         return error("CheckWork() : proof-of-work not meeting target");
 
     //// debug print
-    printf("CheckWork() : new proof-of-stake block found  \n  hash: %s  \ntarget: %s\n", hashBlock.GetHex().c_str(), hashTarget.GetHex().c_str());
+    printf("CheckWork() : new proof-of-work block found  \n  hash: %s  \ntarget: %s\n", hashBlock.GetHex().c_str(), hashTarget.GetHex().c_str());
     pblock->print();
     printf("generated %s\n", FormatMoney(pblock->vtx[0].vout[0].nValue).c_str());