From 774b8b44eae6db19f644e133c8c94e6eba0de9de Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jul 2018 22:25:38 -1100 Subject: [PATCH] .bytes --- src/cc/dice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 85efe34fa..15d2999e4 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -64,10 +64,10 @@ uint256 DiceHashEntropy(uint256 &entropy,uint256 _txidpriv) // max 1 vout per tx else { for (i=0; i<32; i++) - fprintf(stderr,"%02x",ssecret[i]); + fprintf(stderr,"%02x",ssecret.bytes[i]); fprintf(stderr," ssecret\n"); for (i=0; i<32; i++) - fprintf(stderr,"%02x",ssecrets[i]); + fprintf(stderr,"%02x",ssecrets.bytes[i]); fprintf(stderr," ssecret2 dont match\n"); } return(hentropy);