Skip to content

Commit

Permalink
Make elements-cli also use DEFAULT chain by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Jan 30, 2020
1 parent 7a5a412 commit 719662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoin-cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void SetupCliArgs()
{
SetupHelpOptions(gArgs);

const auto defaultBaseParams = CreateBaseChainParams(CBaseChainParams::MAIN);
const auto defaultBaseParams = CreateBaseChainParams(CBaseChainParams::DEFAULT);
const auto testnetBaseParams = CreateBaseChainParams(CBaseChainParams::TESTNET);
const auto regtestBaseParams = CreateBaseChainParams(CBaseChainParams::REGTEST);

Expand Down

0 comments on commit 719662d

Please sign in to comment.