Fix RPC tests that require wallet encryption
This commit is contained in:
@@ -98,7 +98,7 @@ def main():
|
||||
os.makedirs(options.tmpdir)
|
||||
initialize_chain(options.tmpdir)
|
||||
|
||||
nodes = start_nodes(1, options.tmpdir)
|
||||
nodes = start_nodes(1, options.tmpdir, extra_args=[['-developerencryptwallet']])
|
||||
|
||||
run_test(nodes, options.tmpdir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user