diff options
author | MacroFake <falke.marco@gmail.com> | 2022-07-26 13:14:33 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-07-26 13:15:00 +0200 |
commit | c90f86e4c7760a9f7ed0a574f54465964e006a64 (patch) | |
tree | f4529902b0ae3ca6bdd499393850dc82a32505b9 /ci/test | |
parent | 31c1b14754574b0b0a54587e937fab66b3b85e39 (diff) | |
parent | fa2247a9f9754d90ea60f254f6c0ed881c55772b (diff) |
Merge bitcoin/bitcoin#25694: refactor: Make CTransaction constructor explicit
fa2247a9f9754d90ea60f254f6c0ed881c55772b refactor: Make CTransaction constructor explicit (MacroFake)
Pull request description:
It involves calculating two hashes, so the performance impact should be
made explicit.
Also, add the module to iwyu.
ACKs for top commit:
aureleoules:
ACK fa2247a9f9754d90ea60f254f6c0ed881c55772b.
hebasto:
ACK fa2247a9f9754d90ea60f254f6c0ed881c55772b, I have reviewed the code and it looks OK, I agree it can be merged.
Tree-SHA512: e236c352a472c7edfd4f0319a5a16a59f627b0ab7eb8531b53c75d730a3fa3e990a939978dcd952cd73e647925fc79bfa6d9fd87624bbc3ef180f40f95acef19
Diffstat (limited to 'ci/test')
-rwxr-xr-x | ci/test/06_script_b.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index b60c9b6d30..f6de2f4016 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -47,6 +47,7 @@ if [ "${RUN_TIDY}" = "true" ]; then " src/policy/feerate.cpp"\ " src/policy/packages.cpp"\ " src/policy/settings.cpp"\ + " src/primitives/transaction.cpp"\ " src/rpc/fees.cpp"\ " src/rpc/signmessage.cpp"\ " src/test/fuzz/txorphan.cpp"\ |