mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Fix typos
This commit is contained in:
committed by
Christian Decker
parent
63390a58b0
commit
3d39312212
@@ -2473,7 +2473,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
assert r['label'] == 'inv2'
|
||||
# Pay inv1
|
||||
l1.rpc.pay(inv1['bolt11'])
|
||||
# Wait inv2 - should not blok, should return inv1
|
||||
# Wait inv2 - should not block, should return inv1
|
||||
r = self.executor.submit(l2.rpc.waitanyinvoice, 'inv2').result(timeout=5)
|
||||
assert r['label'] == 'inv1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user