The code did a loose lookup in the UTXO set to see if a
transaction was already known to prevent some unneeded relaying.
This is no longer easily possible with MalFix and removed.
Differential D597
MalFix: Drop lookup in UTXO set to prevent unneeded relay jasonbcox on Oct 13 2017, 07:39. Authored by
Details
The code did a loose lookup in the UTXO set to see if a This is no longer easily possible with MalFix and removed. Logic removed wasn't covered by tests
Diff Detail
Event TimelineComment Actions Only change is 1079-1077. Is the policy on linter whitespace cleanup to always accept? Comment Actions Please use clang-format 3.8 , it's impossible to figure out what you changed in there. |