From ac9816bb2562239be3fd0ae1e0da7405bdc3df58 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jul 2018 22:26:15 -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 15d2999e4..70311610f 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -67,7 +67,7 @@ uint256 DiceHashEntropy(uint256 &entropy,uint256 _txidpriv) // max 1 vout per tx fprintf(stderr,"%02x",ssecret.bytes[i]); fprintf(stderr," ssecret\n"); for (i=0; i<32; i++) - fprintf(stderr,"%02x",ssecrets.bytes[i]); + fprintf(stderr,"%02x",ssecret2.bytes[i]); fprintf(stderr," ssecret2 dont match\n"); } return(hentropy);