mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Fix description of -chain parameter
This commit is contained in:
parent
6317e584a2
commit
e3ece812bb
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const std::string CBaseChainParams::DEFAULT = CBaseChainParams::LIQUID1;
|
|||
|
||||
void SetupChainParamsBaseOptions()
|
||||
{
|
||||
gArgs.AddArg("-chain=<chain>", "Use the chain <chain> (default: main). Reserved values: main, test, regtest", false, OptionsCategory::CHAINPARAMS);
|
||||
gArgs.AddArg("-chain=<chain>", "Use the chain <chain> (default: liquidv1). Reserved values: main, test, regtest, liquidv1", false, OptionsCategory::CHAINPARAMS);
|
||||
gArgs.AddArg("-regtest", "Enter regression test mode, which uses a special chain in which blocks can be solved instantly. "
|
||||
"This is intended for regression testing tools and app development.", true, OptionsCategory::CHAINPARAMS);
|
||||
gArgs.AddArg("-testnet", "Use the test chain", false, OptionsCategory::CHAINPARAMS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue