fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user