Gatewaysmarkdone

This commit is contained in:
jl777
2018-09-12 08:36:01 -11:00
parent 11ce33e84f
commit 6bde696a31
6 changed files with 33 additions and 2 deletions

View File

@@ -632,7 +632,7 @@ void update_gatewayspending(char *acname,char *oraclestxidstr,char *coin)
if ( bits256_nonz(withtxid) != 0 )
{
fprintf(stderr,"withdraw %s %s %s %.8f processed\n",coin,bits256_str(str,withtxid),withdrawaddr,(double)satoshis/SATOSHIDEN);
gatewaystxid2(acname,origtxid);
gatewaysmarkdone(acname,origtxid);
processed++;
}
else
@@ -644,7 +644,7 @@ void update_gatewayspending(char *acname,char *oraclestxidstr,char *coin)
else if ( retval > 0 )
{
fprintf(stderr,"already did withdraw %s %s %.8f processed\n",coin,withdrawaddr,(double)satoshis/SATOSHIDEN);
gatewaystxid2(acname,origtxid);
gatewaysmarkdone(acname,origtxid);
}
}
}