diff options
author | MacroFake <falke.marco@gmail.com> | 2022-07-19 14:05:01 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-07-19 14:12:14 +0200 |
commit | fa869ce2c2b906d8b087c4e7a5f1804a74b1c522 (patch) | |
tree | 00c82ada63af578381b0b0057d1814a129d7ec60 /ci | |
parent | 948f5ba6363fcc64f95fed3f04dbda3d50d61827 (diff) |
Add missing includes to node/chainstate
This is needed for the next commit
Diffstat (limited to 'ci')
-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 77358f93d9..b68bfe5cf1 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -42,6 +42,7 @@ if [ "${RUN_TIDY}" = "true" ]; then " src/compat"\ " src/init"\ " src/kernel/mempool_persist.cpp"\ + " src/node/chainstate.cpp"\ " src/policy/feerate.cpp"\ " src/policy/packages.cpp"\ " src/policy/settings.cpp"\ |