mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 17:18:44 +01:00
trivial: Fix footnotes in Bolt01
This commit is contained in:
parent
a868d1381d
commit
3a6b6584bb
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
This protocol assumes an underlying authenticated and ordered transport mechanism that takes care of framing individual messages.
|
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.
|
[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.<sup>[2](#reference-2)</sup>
|
The default TCP port is 9735. This corresponds to hexadecimal `0x2607`, the unicode code point for LIGHTNING.<sup>[1](#reference-1)</sup>
|
||||||
|
|
||||||
All data fields are big-endian unless otherwise specified.
|
All data fields are big-endian unless otherwise specified.
|
||||||
|
|
||||||
|
@ -150,8 +150,7 @@ TODO(roasbeef); fin
|
||||||
|
|
||||||
|
|
||||||
## References
|
## References
|
||||||
1. <a id="reference-1">https://en.bitcoin.it/wiki/Secp256k1</a>
|
1. <a id="reference-2">http://www.unicode.org/charts/PDF/U2600.pdf</a>
|
||||||
2. <a id="reference-2">http://www.unicode.org/charts/PDF/U2600.pdf</a>
|
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue