|
@ -484,7 +484,11 @@ struct LP_address *LP_address_utxo_reset(struct iguana_info *coin) |
|
|
LP_address_utxoadd(now,"withdraw",coin,coin->smartaddr,txid,vout,value,height,-1); |
|
|
LP_address_utxoadd(now,"withdraw",coin,coin->smartaddr,txid,vout,value,height,-1); |
|
|
if ( (up= LP_address_utxofind(coin,coin->smartaddr,txid,vout)) == 0 ) |
|
|
if ( (up= LP_address_utxofind(coin,coin->smartaddr,txid,vout)) == 0 ) |
|
|
printf("couldnt find just added %s/%d ht.%d %.8f\n",bits256_str(str,txid),vout,height,dstr(value)); |
|
|
printf("couldnt find just added %s/%d ht.%d %.8f\n",bits256_str(str,txid),vout,height,dstr(value)); |
|
|
else m++; |
|
|
else |
|
|
|
|
|
{ |
|
|
|
|
|
m++; |
|
|
|
|
|
printf("%.8f ",dstr(value)); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
printf("added %d from listunspents\n",m); |
|
|
printf("added %d from listunspents\n",m); |
|
|
} |
|
|
} |
|
|