Browse Source
Change TestNodeCLI.__call__() to return a new instance instead of modifying the existing instance. This way, it's possible to create different cli objects that have their own options (for example -rpcwallet options to connect to different wallets), and options set for a single call (`node.cli(options).method(args)`) will no longer leak into future calls.0.16
Russell Yanofsky
7 years ago
committed by
John Newbery
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue