mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
async param is unwanted here
This commit is contained in:
parent
b9b0b7ebe0
commit
72dd1461a0
@ -1183,7 +1183,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
|
||||
def try_pay():
|
||||
try:
|
||||
l1.rpc.sendpay(to_json(route), rhash, async=False)
|
||||
l1.rpc.sendpay(to_json(route), rhash)
|
||||
q.put(None)
|
||||
except Exception as err:
|
||||
q.put(err)
|
||||
|
Loading…
Reference in New Issue
Block a user