Remove while loop waiting for send

This commit is contained in:
jl777
2019-02-28 18:29:57 -11:00
parent 6bdfbc9fcb
commit 094a153bea

View File

@@ -751,7 +751,7 @@ void rogue_progress(struct rogue_state *rs,int32_t waitflag,uint64_t seed,char *
{
if ( waitflag == 0 )
return;
else
else if ( 0 )
{
while ( rogue_sendrawtransaction(rs->keystrokeshex) == 0 )
{