true != false :)

This commit is contained in:
blackjok3r
2018-11-01 21:23:15 +08:00
parent ada693f7d3
commit bc2c46ebd7

View File

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