Merge pull request #1152 from freewil/remove-strange-debug

remove strange debug message from listsinceblock
pull/1150/merge
Gavin Andresen 13 years ago
commit b2997dc043

@ -1441,7 +1441,6 @@ Value listsinceblock(const Array& params, bool fHelp)
if (target_confirms == 1)
{
printf("oops!\n");
lastblock = hashBestChain;
}
else

Loading…
Cancel
Save