mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
remove strange debug message from listsinceblock
This commit is contained in:
parent
c2e8c8acd8
commit
42ce57687a
1 changed files with 0 additions and 1 deletions
|
@ -1441,7 +1441,6 @@ Value listsinceblock(const Array& params, bool fHelp)
|
|||
|
||||
if (target_confirms == 1)
|
||||
{
|
||||
printf("oops!\n");
|
||||
lastblock = hashBestChain;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue