From 688d3ac45de98dc72aad00cd3705d31d83aeb9f4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Jul 2018 22:55:05 -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 9425fcee3..154f07062 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -577,7 +577,7 @@ UniValue DiceInfo(uint256 diceid) result.push_back(Pair("timeoutblocks",timeoutblocks)); cp = CCinit(&C,EVAL_DICE); dicepk = GetUnspendable(cp,0); - funding = DicePlanFunds(entropyval,entropytxid,sbits,cp,dicepk,fundingtxid); + funding = DicePlanFunds(entropyval,entropytxid,sbits,cp,dicepk,diceid); sprintf(numstr,"%.8f",(double)funding/COIN); result.push_back(Pair("funding",numstr)); return(result);