From ff264f16ac58b9129776db675a5bce3eeee09ef8 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Fri, 18 Mar 2022 12:05:51 +0100 Subject: [PATCH] bolt1: include the port for signet network Signed-off-by: Vincenzo Palazzo --- 01-messaging.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/01-messaging.md b/01-messaging.md index de4948f47..6d19f4750 100644 --- a/01-messaging.md +++ b/01-messaging.md @@ -8,9 +8,10 @@ This protocol assumes an underlying authenticated and ordered transport mechanis The default TCP port depending from the network used. The most common networks are: - Bitcoin mainet 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`). -The Unicode code point for LIGHTNING [1](#reference-1), and the port convention try to follow the Bitcoin 0.22 convention. +The Unicode code point for LIGHTNING [1](#reference-1), and the port convention try to follow the Bitcoin Core convention. All data fields are unsigned big-endian unless otherwise specified.