aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-04-29 15:37:25 +0200
committerMacroFake <falke.marco@gmail.com>2022-04-29 16:25:06 +0200
commitfa753abd7cffa05548ad5f21f2e8f9f6b06a7b04 (patch)
tree934f35f3a06b9c0974878c917eb16d89381a347e /ci
parent26296eba3dc34043b025bda167386c47693705b5 (diff)
downloadbitcoin-fa753abd7cffa05548ad5f21f2e8f9f6b06a7b04.tar.xz
rpc: Move fee estimation RPCs to separate file
Can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/06_script_b.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index 40547f19ef..3436e8594d 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -41,6 +41,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
CI_EXEC "python3 ${BASE_SCRATCH_DIR}/iwyu/include-what-you-use/iwyu_tool.py"\
" src/compat"\
" src/init"\
+ " src/rpc/fees.cpp"\
" src/rpc/signmessage.cpp"\
" -p . ${MAKEJOBS} -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp"
fi