From 3a6b6584bbc3b4b4fb82b6fd6447a69dca144852 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 9 Dec 2016 15:17:11 +0100 Subject: [PATCH] trivial: Fix footnotes in Bolt01 --- 01-messaging.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/01-messaging.md b/01-messaging.md index 500471c..95760ed 100644 --- a/01-messaging.md +++ b/01-messaging.md @@ -4,7 +4,7 @@ This protocol assumes an underlying authenticated and ordered transport mechanism that takes care of framing individual messages. [BOLT #8](08-transport.md) specifies the canonical transport layer used in Lightning, though it can be replaced by any transport that fulfills the above guarantees. -The default TCP port is 9735. This corresponds to hexadecimal `0x2607`, the unicode code point for LIGHTNING.[2](#reference-2) +The default TCP port is 9735. This corresponds to hexadecimal `0x2607`, the unicode code point for LIGHTNING.[1](#reference-1) All data fields are big-endian unless otherwise specified. @@ -150,8 +150,7 @@ TODO(roasbeef); fin ## References -1. https://en.bitcoin.it/wiki/Secp256k1 -2. http://www.unicode.org/charts/PDF/U2600.pdf +1. http://www.unicode.org/charts/PDF/U2600.pdf ## Authors