From bc2c46ebd74f5988ba8740db23cc27f1fc09ebe9 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Thu, 1 Nov 2018 21:23:15 +0800 Subject: [PATCH] true != false :) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 957060373..5817525d2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1391,7 +1391,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa return false; } } - if (fNullifiers == false) + if ( fNullifiers == true ) { BOOST_FOREACH(const JSDescription &joinsplit, tx.vjoinsplit) {