diff --git a/src/main.cpp b/src/main.cpp index e6cca73bc..a8405aaad 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 == true) + if (fNullifiers == false) { BOOST_FOREACH(const JSDescription &joinsplit, tx.vjoinsplit) {