Start reload test

This commit is contained in:
tecnovert
2019-07-27 19:26:06 +02:00
parent 980bd6fc07
commit d5d60eabc5
9 changed files with 164 additions and 73 deletions

View File

@@ -264,7 +264,7 @@ def callrpc(rpc_port, auth, method, params=[], wallet=None):
v = x.json_request(method, params)
x.close()
r = json.loads(v.decode('utf-8'))
except Exception as e:
except Exception as ex:
traceback.print_exc()
raise ValueError('RPC Server Error')