async param is unwanted here

This commit is contained in:
gdassori 2018-01-28 12:29:00 +01:00 committed by Christian Decker
parent b9b0b7ebe0
commit 72dd1461a0

View File

@ -1183,7 +1183,7 @@ class LightningDTests(BaseLightningDTests):
def try_pay(): def try_pay():
try: try:
l1.rpc.sendpay(to_json(route), rhash, async=False) l1.rpc.sendpay(to_json(route), rhash)
q.put(None) q.put(None)
except Exception as err: except Exception as err:
q.put(err) q.put(err)