Reduce delay

This commit is contained in:
jl777
2018-12-15 01:34:28 -11:00
parent 72792d21ee
commit 7a0c4015b9

View File

@@ -918,7 +918,7 @@ again:
{ {
if ( have_pending_opid(coinstr,0) != 0 ) if ( have_pending_opid(coinstr,0) != 0 )
{ {
sleep(60); sleep(10);
continue; continue;
} }
if ( (amount= find_onetime_amount(coinstr,coinaddr)) > txfee ) if ( (amount= find_onetime_amount(coinstr,coinaddr)) > txfee )