Browse Source

remove strange debug message from listsinceblock

0.8
freewil 12 years ago
parent
commit
42ce57687a
  1. 1
      src/bitcoinrpc.cpp

1
src/bitcoinrpc.cpp

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

Loading…
Cancel
Save