diff --git a/src/main.cpp b/src/main.cpp index 5817525d2..57f4a3ebc 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) { @@ -1454,7 +1454,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa } } // are the joinsplit's requirements met? - if ( fNullifiers == true ) + if ( fNullifiers == false ) { if (!view.HaveJoinSplitRequirements(tx)) {