Skip to content

Commit

Permalink
Update Signet port to correct hex value in BOLT lightning#1 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jrakibi committed Feb 14, 2024
1 parent 0bdaa8b commit 79aff49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The default TCP port depends on the network used. The most common networks are:

- Bitcoin mainnet with port number 9735 or the corresponding hexadecimal `0x2607`;
- Bitcoin testnet with port number 19735 (`0x4D17`);
- Bitcoin signet with port number 39735 (`0xF87`).
- Bitcoin signet with port number 39735 (`0x9B37`).

The Unicode code point for LIGHTNING <sup>[1](#reference-1)</sup>, and the port convention try to follow the Bitcoin Core convention.

Expand Down

0 comments on commit 79aff49

Please sign in to comment.