From 8a2eeb6b2b515130ee5706688d9861af5330046c Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Jul 2018 01:38:42 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 0d19c0b83..cf7d62a20 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -95,7 +95,7 @@ uint64_t DiceCalc(int64_t bet,int64_t odds,int64_t minbet,int64_t maxbet,int64_t endiancpy((uint8_t *)&bettor,_bettor,32); - fprintf(stderr,"bet %.8f at odds %d:1 %s vs %s\n",(double)bet/COIN,(int32_t)odds,uint256_str(str,(uint256 *)&house),uint256_str(str2,(uint256 *)&bettor)); + fprintf(stderr,"bet %.8f at odds %d:1 %s vs %s\n",(double)bet/COIN,(int32_t)odds,uint256_str(str,*(uint256 *)&house),uint256_str(str2,*(uint256 *)&bettor)); return(0); }