mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +01:00
Update Signet port to correct hex value in BOLT #1 spec
This commit is contained in:
parent
0bdaa8b9f6
commit
ec525cc418
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user