mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-11 09:04:21 +01:00
async param is unwanted here
This commit is contained in:
committed by
Christian Decker
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)
|
||||
|
||||
Reference in New Issue
Block a user