Skip to content

Commit

Permalink
remove strange debug message from listsinceblock
Browse files Browse the repository at this point in the history
  • Loading branch information
freewil committed Apr 26, 2012
1 parent c2e8c8a commit 42ce576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bitcoinrpc.cpp
Expand Up @@ -1441,7 +1441,6 @@ Value listsinceblock(const Array& params, bool fHelp)

if (target_confirms == 1)
{
printf("oops!\n");
lastblock = hashBestChain;
}
else
Expand Down

0 comments on commit 42ce576

Please sign in to comment.