diff --git a/src/cc/rogue/main.c b/src/cc/rogue/main.c index ea58767ba..df7c6481a 100644 --- a/src/cc/rogue/main.c +++ b/src/cc/rogue/main.c @@ -716,6 +716,7 @@ int32_t rogue_sendrawtransaction(char *rawtx) sprintf(params,"[\"%s\"]",rawtx); if ( (retstr= komodo_issuemethod(USERPASS,"sendrawtransaction",params,ROGUE_PORT)) != 0 ) { + if ( 0 ) { static FILE *fp; if ( fp == 0 )