From 6b84d03f34d6923c51351befb40a8babd66d8eab Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 7 Nov 2018 08:27:08 -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 18c79ff90..d35907c09 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -98,7 +98,7 @@ What is needed is for the dealer node to track the entropy tx that was already b #include "../compat/endian.h" -#define MAX_ENTROPYUSED 8192 +#define MAX_ENTROPYUSED 512 extern int32_t KOMODO_INSYNC; static uint256 bettxids[MAX_ENTROPYUSED],entropytxids[MAX_ENTROPYUSED][2]; // change to hashtable