Skip to content

Commit 208b161

Browse files
niftyneicdecker
authored andcommitted
tests: bump the ceiling for dust, fixes failures for liquid
Liquid's threshold for dust is a bit higher, so we bump up the max limit here so we can actually get the whole MPP'd payment sent over the wire
1 parent 1fe829c commit 208b161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_pay.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3415,7 +3415,8 @@ def test_pay_peer(node_factory, bitcoind):
34153415
v /
34163416
l3
34173417
"""
3418-
l1, l2, l3 = node_factory.get_nodes(3)
3418+
# Set the dust exposure higher, this gets triggered on liquid
3419+
l1, l2, l3 = node_factory.get_nodes(3, opts={'max-dust-htlc-exposure-msat': '100000sat'})
34193420
node_factory.join_nodes([l1, l2])
34203421
node_factory.join_nodes([l1, l3])
34213422
node_factory.join_nodes([l3, l2], wait_for_announce=True)

0 commit comments

Comments
 (0)