@@ -848,8 +848,8 @@ struct ArgsMergeTestingSetup : public BasicTestingSetup {
848848 ForEachNoDup (conf_actions, SET, SECTION_NEGATE, [&] {
849849 for (bool soft_set : {false , true }) {
850850 for (bool force_set : {false , true }) {
851- for (const std::string& section : {CBaseChainParams::MAIN, CBaseChainParams::TESTNET}) {
852- for (const std::string& network : {CBaseChainParams::MAIN, CBaseChainParams::TESTNET}) {
851+ for (const std::string& section : {CBaseChainParams::MAIN, CBaseChainParams::TESTNET, CBaseChainParams::SIGNET }) {
852+ for (const std::string& network : {CBaseChainParams::MAIN, CBaseChainParams::TESTNET, CBaseChainParams::SIGNET }) {
853853 for (bool net_specific : {false , true }) {
854854 fn (arg_actions, conf_actions, soft_set, force_set, section, network, net_specific);
855855 }
@@ -1003,7 +1003,7 @@ BOOST_FIXTURE_TEST_CASE(util_ArgsMerge, ArgsMergeTestingSetup)
10031003 // Results file is formatted like:
10041004 //
10051005 // <input> || <IsArgSet/IsArgNegated/GetArg output> | <GetArgs output> | <GetUnsuitable output>
1006- BOOST_CHECK_EQUAL (out_sha_hex, " 8fd4877bb8bf337badca950ede6c917441901962f160e52514e06a60dea46cde " );
1006+ BOOST_CHECK_EQUAL (out_sha_hex, " d1e436c1cd510d0ec44d5205d4b4e3bee6387d316e0075c58206cb16603f3d82 " );
10071007}
10081008
10091009// Similar test as above, but for ArgsManager::GetChainName function.
0 commit comments