-
Notifications
You must be signed in to change notification settings - Fork 30
Allow to override chainstate options for regtest #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
bd452bd
71fb83f
4176039
71f75e9
7ac7925
8a7784a
da5cdd8
39b583e
cba548d
80d6677
2db2ee6
7d47b74
20f0fc9
56e54da
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,8 +107,7 @@ def __init__(self, i, datadir, *, chain, rpchost, timewait, timeout_factor, bitc | |
self.args = [ | ||
self.binary, | ||
"--datadir={}".format(datadir_path), | ||
"run", | ||
"--net=regtest", | ||
"regtest", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cool I kind of like the command-based interface. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Glad to hear! I was afraid that no one would like this approach. |
||
"--rpc-addr={}".format(rpc_addr), | ||
"--p2p-addr={}".format(p2p_addr), | ||
#"-X", | ||
|
Uh oh!
There was an error while loading. Please reload this page.