mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
The cli can only be called after the RPC is connected, so the cli field should only be set after that. This is similar to the _rpc field. This change has also other benefits: * Manually overwriting the cli with a new rpchost is no longer needed, so one cli-specific line can be removed from the rpc_bind.py test. * The datadir and rpc_timeout fields are removed from the TestNodeCLI struct. They were redundant with the -datadir and -rpcclienttimeout command line options. Any command line option can be overwritten by appending it with a new value, if needed.
6.0 KiB
Executable File
6.0 KiB
Executable File