We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5488dc1 commit 989a52eCopy full SHA for 989a52e
test/functional/test_framework/test_framework.py
@@ -97,6 +97,7 @@ def __init__(self):
97
self.chain: str = 'regtest'
98
self.setup_clean_chain: bool = False
99
self.nodes: List[TestNode] = []
100
+ self.extra_args = None
101
self.network_thread = None
102
self.rpc_timeout = 60 # Wait for up to 60 seconds for the RPC server to respond
103
self.supports_cli = True
0 commit comments