mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
test: Don't enforce BIP94 on regtest unless specified by arg
The added regtest option -test=bip94 is only used in the functional test for BIP94. This is done because the default regtest consensus rules should aim to follow to mainnet, not testnet.
This commit is contained in:
parent
9a7206a34e
commit
fc7dfb3df5
5 changed files with 5 additions and 1 deletions
|
|
@ -709,6 +709,7 @@ std::string HelpMessageOpt(const std::string &option, const std::string &message
|
|||
|
||||
const std::vector<std::string> TEST_OPTIONS_DOC{
|
||||
"addrman (use deterministic addrman)",
|
||||
"bip94 (enforce BIP94 consensus rules)",
|
||||
};
|
||||
|
||||
bool HasTestOption(const ArgsManager& args, const std::string& test_option)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue