This commit is contained in:
Mihailo Milenkovic
2018-10-26 16:40:58 +02:00
parent 2fd999a2f6
commit 4dbfd427b7
2 changed files with 7 additions and 6 deletions

View File

@@ -869,11 +869,11 @@ void update_gatewayspending(char *refcoin,char *acname,char *bindtxidstr,int32_t
} else fprintf(stderr,"couldnt create msig rawtx\n");
}
}
else if ( retval > 0 )
{
fprintf(stderr,"already did withdraw %s %s %.8f processed\n",refcoin,withdrawaddr,(double)satoshis/SATOSHIDEN);
gatewaysmarkdone("KMD",acname,origtxid,refcoin,zeroid);
}
// else if ( retval > 0 )
// {
// fprintf(stderr,"already did withdraw %s %s %.8f processed\n",refcoin,withdrawaddr,(double)satoshis/SATOSHIDEN);
// gatewaysmarkdone("KMD",acname,origtxid,refcoin,zeroid);
// }
}
}
}