diff options
author | Jon Atack <jon@atack.com> | 2023-02-01 08:53:21 -0800 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2023-02-09 15:03:36 -0800 |
commit | 4275195606e6f42466d9a8ef766b3035833df4d5 (patch) | |
tree | 939b48de981fa3ab3d8a871e4cab2712503e647b /ci/test | |
parent | 9d92c3d7f42c18939a9a6aa1ee185f1c958360a0 (diff) |
De-duplicate add_coin methods to a test util helper
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 075524741a..115d727ca3 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -60,6 +60,7 @@ if [ "${RUN_TIDY}" = "true" ]; then " src/rpc/signmessage.cpp"\ " src/test/fuzz/txorphan.cpp"\ " src/test/fuzz/util/"\ + " src/test/util/coins.cpp"\ " src/uint256.cpp"\ " src/util/bip32.cpp"\ " src/util/bytevectorhash.cpp"\ |