|
|
@ -581,8 +581,8 @@ void CTxMemPool::removeConflicts(const CTransaction &tx) |
|
|
|
const CTransaction &txConflict = *it->second; |
|
|
|
const CTransaction &txConflict = *it->second; |
|
|
|
if (txConflict != tx) |
|
|
|
if (txConflict != tx) |
|
|
|
{ |
|
|
|
{ |
|
|
|
removeRecursive(txConflict); |
|
|
|
|
|
|
|
ClearPrioritisation(txConflict.GetHash()); |
|
|
|
ClearPrioritisation(txConflict.GetHash()); |
|
|
|
|
|
|
|
removeRecursive(txConflict); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|