diff options
author | MacroFake <falke.marco@gmail.com> | 2022-07-20 15:48:52 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-08-02 15:21:50 +0200 |
commit | fa468bdfb62dec286cb977db78d3e47b64dafeba (patch) | |
tree | cb9aef62e507e26226dc7d04d06a3f7b83f497ea /ci | |
parent | 816ca01650f4cc66a61ac2f9b0f8b74cd9cd0cf8 (diff) |
Return optional error from ApplyArgsManOptions
Also pass in a (for now unused) reference to the params.
Both changes are 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 1220b15d5a..978830b7e2 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -44,6 +44,7 @@ if [ "${RUN_TIDY}" = "true" ]; then " src/dbwrapper.cpp"\ " src/init"\ " src/kernel"\ + " src/mempool_args.cpp"\ " src/node/chainstate.cpp"\ " src/policy/feerate.cpp"\ " src/policy/packages.cpp"\ |