mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-08 16:44:22 +01:00
pytest: move regtest argument into config file.
It's not optional for our test setup, and this makes it easier to invoke bitcoin-cli manually, for example. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
c78afa9201
commit
2375302534
@@ -12,6 +12,7 @@ from ephemeral_port_reserve import reserve
|
||||
|
||||
|
||||
BITCOIND_CONFIG = {
|
||||
"regtest": 1,
|
||||
"rpcuser": "rpcuser",
|
||||
"rpcpassword": "rpcpass",
|
||||
"rpcport": 18332,
|
||||
@@ -236,7 +237,6 @@ class BitcoinD(TailableProc):
|
||||
'-datadir={}'.format(bitcoin_dir),
|
||||
'-printtoconsole',
|
||||
'-server',
|
||||
'-regtest',
|
||||
'-logtimestamps',
|
||||
'-nolisten',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user