mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-12 15:57:55 +00:00
Merge pull request #1152 from freewil/remove-strange-debug
remove strange debug message from listsinceblock
This commit is contained in:
commit
b2997dc043
@ -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…
Reference in New Issue
Block a user