mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
async param is unwanted here
This commit is contained in:
parent
b9b0b7ebe0
commit
72dd1461a0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue