Fix Qsend spend of Qsend

This commit is contained in:
jl777
2019-03-06 21:19:53 -11:00
parent b7326ab6cd
commit 00f1b19d62
2 changed files with 3 additions and 3 deletions

View File

@@ -716,7 +716,7 @@ int32_t rogue_sendrawtransaction(char *rawtx)
sprintf(params,"[\"%s\"]",rawtx);
if ( (retstr= komodo_issuemethod(USERPASS,"sendrawtransaction",params,ROGUE_PORT)) != 0 )
{
if ( 0 )
if ( 0 ) // causes 4th level crash
{
static FILE *fp;
if ( fp == 0 )