From 81e988976696b718457bbd01d84a40d555f0f86e Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Sat, 15 Mar 2025 18:24:53 +0000 Subject: [PATCH] add --test-suite global config opt --- mmgen/opts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mmgen/opts.py b/mmgen/opts.py index c78c2155..7353025e 100755 --- a/mmgen/opts.py +++ b/mmgen/opts.py @@ -323,6 +323,7 @@ class UserOpts(Opts): Rr --aiohttp-rpc-queue-len=N Use N simultaneous RPC connections with aiohttp -p --regtest=0|1 Disable or enable regtest mode -- --testnet=0|1 Disable or enable testnet + -- --test-suite Use test suite configuration br --tw-name=NAME Specify alternate name for the BTC/LTC/BCH tracking + wallet (default: ‘{tw_name}’) -- --skip-cfg-file Skip reading the configuration file