From 1978a02179124cd73ee296d6457f8ef9d5da1134 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 11 Nov 2018 23:19:27 -1100 Subject: [PATCH] dealer0_fundingtxid --- 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 f0f0ccb92..3eb98c59f 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -1639,7 +1639,7 @@ void *dealer0_loop(void *_arg) fprintf(stderr,"dealer0 node running\n"); while ( 1 ) { - DicePlanFunds(entropyval,entropytxid,refsbits,cp,dicepk,fundingtxid,entropytxs,false); + DicePlanFunds(entropyval,entropytxid,refsbits,cp,dicepk,dealer0_fundingtxid,entropytxs,false); if ( entropytxs < DICE_MINUTXOS ) { n = sqrt(DICE_MINUTXOS - entropytxs) + 10;