Skip to content

Commit 5468ad4

Browse files
committed
fixup! signer: Add CLN v24.11 to supported versions
1 parent b258998 commit 5468ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/gl-testing/tests/test_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def test_vls_crash_repro(
455455
) -> None:
456456
"""Reproduce an overflow panic in VLS v0.10.0."""
457457
(l1,) = node_factory.line_graph(1, opts={"experimental-anchors": None})
458-
assert l1.rpc.getinfo()["version"] == "v24.02gl1"
458+
assert l1.rpc.getinfo()["version"] == "v24.11gl1"
459459

460460
c = clients.new()
461461
c.register(configure=True)

0 commit comments

Comments
 (0)