diff options
| author | Gavin Andresen <[email protected]> | 2012-04-26 15:36:15 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-04-26 15:36:15 -0700 |
| commit | b2997dc0433c27b6846280ef614593a718e81316 (patch) | |
| tree | 0c419f9a876bf355f7da184d2bc697a2beb327c3 /src/bitcoinrpc.cpp | |
| parent | Merge pull request #1146 from drizztbsd/posix-include (diff) | |
| parent | remove strange debug message from listsinceblock (diff) | |
| download | discoin-b2997dc0433c27b6846280ef614593a718e81316.tar.xz discoin-b2997dc0433c27b6846280ef614593a718e81316.zip | |
Merge pull request #1152 from freewil/remove-strange-debug
remove strange debug message from listsinceblock
Diffstat (limited to 'src/bitcoinrpc.cpp')
| -rw-r--r-- | src/bitcoinrpc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 226292391..bafd00c82 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -1441,7 +1441,6 @@ Value listsinceblock(const Array& params, bool fHelp) if (target_confirms == 1) { - printf("oops!\n"); lastblock = hashBestChain; } else |