mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Testchains: Generic selection with -chain=<str> in addition of -testnet and -regtest
This commit is contained in:
parent
56515c34cb
commit
c0c1e38647
7 changed files with 14 additions and 11 deletions
|
|
@ -129,7 +129,7 @@ static int AppInitRPC(int argc, char* argv[])
|
|||
fprintf(stderr, "Error reading configuration file: %s\n", error.c_str());
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
// Check for -testnet or -regtest parameter (BaseParams() calls are only valid after this clause)
|
||||
// Check for -chain, -testnet or -regtest parameter (BaseParams() calls are only valid after this clause)
|
||||
try {
|
||||
SelectBaseParams(gArgs.GetChainName());
|
||||
} catch (const std::exception& e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue