From fa2247a9f9754d90ea60f254f6c0ed881c55772b Mon Sep 17 00:00:00 2001 From: MacroFake Date: Mon, 25 Jul 2022 12:13:56 +0200 Subject: refactor: Make CTransaction constructor explicit It involves calculating two hashes, so the performance impact should be made explicit. Also, add the module to iwyu. --- ci/test/06_script_b.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/test/06_script_b.sh') 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"\ -- cgit v1.2.3