@@ -848,8 +848,8 @@ struct ArgsMergeTestingSetup : public BasicTestingSetup {
848
848
ForEachNoDup (conf_actions, SET, SECTION_NEGATE, [&] {
849
849
for (bool soft_set : {false , true }) {
850
850
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 }) {
853
853
for (bool net_specific : {false , true }) {
854
854
fn (arg_actions, conf_actions, soft_set, force_set, section, network, net_specific);
855
855
}
@@ -1003,7 +1003,7 @@ BOOST_FIXTURE_TEST_CASE(util_ArgsMerge, ArgsMergeTestingSetup)
1003
1003
// Results file is formatted like:
1004
1004
//
1005
1005
// <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 " );
1007
1007
}
1008
1008
1009
1009
// Similar test as above, but for ArgsManager::GetChainName function.
0 commit comments