From 37086fe0a7a831360c3869862d5492426bb4d75e Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 2 Mar 2019 05:44:38 -1100 Subject: [PATCH] Fix mempool acceptance bug --- src/cc/dilithium.c | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/dilithium.c b/src/cc/dilithium.c index 4841eb981..eb2b78ecc 100644 --- a/src/cc/dilithium.c +++ b/src/cc/dilithium.c @@ -2944,7 +2944,7 @@ int32_t dilithium_Qmsghash(uint8_t *msg,CTransaction tx,std::vector vou for (i=0; i 777777*COIN && KOMODO_VALUETOOBIG(nValueOut - 777777*COIN) != 0 ) // some room for blockreward and txfees return state.DoS(100, error("AcceptToMemoryPool: GetValueOut too big"),REJECT_INVALID,"tx valueout is too big"); // Keep track of transactions that spend a coinbase, which we re-scan