|
|
@ -456,7 +456,7 @@ int32_t LP_claim_submit(void *ctx,cJSON *txids,int64_t *sump,struct iguana_info |
|
|
|
interest = dstr(satoshis) - dstr(LP_value_extract(vout0,0,utxotxid)); |
|
|
|
else interest = dstr(LP_komodo_interest(utxotxid,satoshis)); |
|
|
|
jaddnum(item,"interest",interest); |
|
|
|
printf("%.8f %.8f %.8f\n",dstr(satoshis),dstr(LP_value_extract(vout0,0,utxotxid)),dstr(LP_komodo_interest(utxotxid,satoshis))); |
|
|
|
//printf("%.8f %.8f %.8f\n",dstr(satoshis),dstr(LP_value_extract(vout0,0,utxotxid)),dstr(LP_komodo_interest(utxotxid,satoshis)));
|
|
|
|
if ( claimtime <= expiration ) |
|
|
|
{ |
|
|
|
printf("iter.%d j.%d claimtime.%u vs %u, wait %d seconds to %s claim %.8f\n",iter,j,claimtime,expiration,(int32_t)expiration-claimtime,bits256_str(str,utxotxid),dstr(satoshis)); |
|
|
|