Test
This commit is contained in:
@@ -1054,6 +1054,8 @@ int64_t DicePlanFunds(uint64_t &entropyval,uint256 &entropytxid,uint64_t refsbit
|
||||
{
|
||||
txid = it->first.txhash;
|
||||
vout = (int32_t)it->first.index;
|
||||
fprintf(stderr,"%d: %s/v%d (%c %.8f) %.8f %.8f\n",n,uint256_str(str,txid),vout,funcid,(double)it->second.satoshis/COIN,(double)totalinputs/COIN,(double)sum/COIN);
|
||||
|
||||
if ( vout != 0 )
|
||||
continue;
|
||||
sum += it->second.satoshis;
|
||||
|
||||
Reference in New Issue
Block a user