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) {