Merge #13052: trivial: Fix relevent typo

6ad47b04b9 trivial: Fix relevent typo (practicalswift)

Pull request description:

  Fix relevent typo.

Tree-SHA512: 29247a780ab2caf0180c3558632a00068b02b4de4a56825f425c66a1e515542ab1e5268971ffa9a63e46840504101b5e6a5f8dcb6070522ac3f5ca90a28262b9
pull/585/head
MarcoFalke 7 years ago
commit 5713994de9
No known key found for this signature in database
GPG Key ID: D2EA4850E7528B25

@ -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…
Cancel
Save