1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 10:00:04 +01:00

Update Signet port to correct hex value in BOLT #1 spec

This commit is contained in:
jrakibi 2024-02-14 21:35:56 +01:00 committed by Rusty Russell
parent 0bdaa8b9f6
commit ec525cc418

View File

@ -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 mainnet with port number 9735 or the corresponding hexadecimal `0x2607`;
- Bitcoin testnet with port number 19735 (`0x4D17`); - 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. The Unicode code point for LIGHTNING <sup>[1](#reference-1)</sup>, and the port convention try to follow the Bitcoin Core convention.