Fix RPC tests that require wallet encryption

This commit is contained in:
Jack Grigg
2016-10-20 14:35:41 -05:00
parent 8ecf6ccfef
commit 2b499f4386
2 changed files with 5 additions and 1 deletions

View File

@@ -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)