This commit is contained in:
blackjok3r
2018-10-30 00:13:02 +08:00
parent 6f84a8cb23
commit 87d899fb9a

View File

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