trivial: Fix relevent typo
This commit is contained in:
parent
3e60b9cfa7
commit
6ad47b04b9
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ BOOST_AUTO_TEST_CASE(util_GetChainName)
|
||||||
BOOST_CHECK_THROW(test_args.GetChainName(), std::runtime_error);
|
BOOST_CHECK_THROW(test_args.GetChainName(), std::runtime_error);
|
||||||
|
|
||||||
// check setting the network to test (and thus making
|
// check setting the network to test (and thus making
|
||||||
// [test] regtest=1 potentially relevent) doesn't break things
|
// [test] regtest=1 potentially relevant) doesn't break things
|
||||||
test_args.SelectConfigNetwork("test");
|
test_args.SelectConfigNetwork("test");
|
||||||
|
|
||||||
test_args.ParseParameters(0, (char**)argv_testnet);
|
test_args.ParseParameters(0, (char**)argv_testnet);
|
||||||
|
|
Loading…
Reference in a new issue