mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
pyln-proto: fix port typo in example script
Changelog-None
This commit is contained in:
parent
e92176248e
commit
a01e2740ef
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user