false is the default
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)
|
||||
{
|
||||
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user