From fa468bdfb62dec286cb977db78d3e47b64dafeba Mon Sep 17 00:00:00 2001 From: MacroFake Date: Wed, 20 Jul 2022 15:48:52 +0200 Subject: Return optional error from ApplyArgsManOptions Also pass in a (for now unused) reference to the params. Both changes are needed for the next commit. --- ci/test/06_script_b.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/test') 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"\ -- cgit v1.2.3