[qa] keypool: Fix white space to prepare transition to test framework

This commit is contained in:
MarcoFalke 2015-11-15 18:48:18 +01:00 committed by Jack Grigg
parent 01c36295c4
commit fa44509d6c
1 changed files with 84 additions and 84 deletions

View File

@ -38,7 +38,7 @@ def check_array_result(object_array, to_match, expected):
if num_matched == 0:
raise AssertionError("No objects matched %s"%(str(to_match)))
def run_test(nodes, tmpdir):
def run_test(nodes, tmpdir):
# Encrypt wallet and wait to terminate
nodes[0].encryptwallet('test')
bitcoind_processes[0].wait()
@ -88,7 +88,7 @@ def run_test(nodes, tmpdir):
except JSONRPCException as e:
assert_equal(e.error['code'], -12)
def main():
def main():
import optparse
parser = optparse.OptionParser(usage="%prog [options]")