|
|
@ -1085,6 +1085,12 @@ int32_t LP_vins_select(void *ctx,struct iguana_info *coin,int64_t *totalp,int64_ |
|
|
|
else |
|
|
|
{ |
|
|
|
printf("couldnt add address_utxo after not finding\n"); |
|
|
|
sleep(1); |
|
|
|
value = LP_txvalue(0,coin->symbol,utxotxid,utxovout); |
|
|
|
LP_address_utxoadd(0,(uint32_t)time(NULL),"withdraw",coin,coin->smartaddr,utxotxid,utxovout,value,1,-1); |
|
|
|
if ( (up= LP_address_utxofind(coin,coin->smartaddr,utxotxid,utxovout)) != 0 ) |
|
|
|
preselected[numpre++] = up; |
|
|
|
else printf("second couldnt add address_utxo after not finding\n"); |
|
|
|
//return(0);
|
|
|
|
} |
|
|
|
} |
|
|
|