mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +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():
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user