This commit is contained in:
jl777
2018-07-30 19:41:48 -11:00
parent 3cf03a67ac
commit 237dae63ee

View File

@@ -15,7 +15,7 @@
#include "CCdice.h"
// hentropy_proof, timeout, validate, autoqueue
// hentropy_proof, timeout, validate, autoqueue, compare address to match house
/*
in order to implement a dice game, we need a source of entropy, reasonably fast completion time and a way to manage the utxos.
@@ -495,7 +495,7 @@ uint64_t DicePlanFunds(uint64_t &entropyval,uint256 &entropytxid,uint64_t refsbi
}
else fprintf(stderr,"refsbits.%llx sbits.%llx nValue %.8f\n",(long long)refsbits,(long long)sbits,(double)nValue/COIN);
} else fprintf(stderr,"else case funcid (%c) %d %s vs %s\n",funcid,funcid,uint256_str(str,reffundingtxid),uint256_str(str2,fundingtxid));
} //else fprintf(stderr,"funcid.%d %c skipped %.8f\n",funcid,funcid,(double)tx.vout[vout].nValue/COIN);
} else fprintf(stderr,"funcid.%d %c skipped %.8f\n",funcid,funcid,(double)tx.vout[vout].nValue/COIN);
}
}
return(totalinputs);