Remove redundant parameter fCheckDuplicateInputs
from CheckTransaction(...)
.
Diff without whitespace noise: ?w=1
Remove redundant parameter fCheckDuplicateInputs
from CheckTransaction(...)
.
Diff without whitespace noise: ?w=1
NACK we’ll probably re-introduce the optimization at some point, let’s avoid the code churn.
On September 18, 2018 3:42:40 PM UTC, practicalswift notifications@github.com wrote:
Remove redundant parameter
fCheckDuplicateInputs
fromCheckTransaction(...)
.Diff without whitespace noise:
?w=1
You can view, comment on, or merge this pull request online at:– Commit Summary –
- Remove redundant parameter fCheckDuplicateInputs from CheckTransaction(…)
– File Changes –
M src/consensus/tx_verify.cpp (15) M src/consensus/tx_verify.h (2) M src/validation.cpp (2)
– Patch Links –
https://github.com/bitcoin/bitcoin/pull/14258.patch https://github.com/bitcoin/bitcoin/pull/14258.diff
– You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/bitcoin/bitcoin/pull/14258
NACK right now.
Let’s please take some time to study the reasons that caused the issue first before we touch this code further.