From a01e2740ef4c7d681225f29a40cb18ad55d9bfb1 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Thu, 24 Feb 2022 14:49:19 +0100 Subject: [PATCH] pyln-proto: fix port typo in example script Changelog-None --- contrib/pyln-proto/examples/connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pyln-proto/examples/connect.py b/contrib/pyln-proto/examples/connect.py index 8f7b639d4..fa2d4f635 100644 --- a/contrib/pyln-proto/examples/connect.py +++ b/contrib/pyln-proto/examples/connect.py @@ -16,7 +16,7 @@ remote_pubkey = PublicKey(unhexlify( b'03b31e5bbf2cdbe115b485a2b480e70a1ef3951a0dc6df4b1232e0e56f3dce18d6' )) -lc = connect(ls_privkey, remote_pubkey, '127.0.0.1', 9375) +lc = connect(ls_privkey, remote_pubkey, '127.0.0.1', 9735) # Send an init message, with no global features, and 0b10101010 as local # features.