Skip to content

Commit a3157a3

Browse files
Leo Weesegitbook-bot
authored andcommitted
GITBOOK-497: change request with no subject merged in GitBook
1 parent 06e29b3 commit a3157a3

File tree

6 files changed

+240
-296
lines changed

6 files changed

+240
-296
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
* [Channel Acceptor](lightning-network-tools/lnd/channel-acceptor.md)
7979
* [RPC Middleware Interceptor](lightning-network-tools/lnd/rpc-middleware-interceptor.md)
8080
* [HTLC Interceptor](lightning-network-tools/lnd/htlc-interceptor.md)
81-
* [Clustering](docs/lnd/leader_election.md)
8281
* [NAT Traversal](lightning-network-tools/lnd/nat_traversal.md)
8382
* [Recovery: Planning for Failure](lightning-network-tools/lnd/recovery-planning-for-failure.md)
8483
* [Migrating LND](lightning-network-tools/lnd/migrating-lnd.md)
@@ -138,6 +137,7 @@
138137
* [First Steps](lightning-network-tools/taproot-assets/first-steps.md)
139138
* [Taproot Assets Channels](lightning-network-tools/taproot-assets/taproot-assets-channels.md)
140139
* [Asset Decimal Display](docs/taproot-assets/rfq-and-decimal-display.md)
140+
* [Become an Edge Node](lightning-network-tools/taproot-assets/become-an-edge-node.md)
141141
* [RFQ](lightning-network-tools/taproot-assets/rfq.md)
142142
* [Collectibles](lightning-network-tools/taproot-assets/collectibles.md)
143143
* [Universes](lightning-network-tools/taproot-assets/universes.md)

community-resources/glossary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Check Lock-time Verify is a functionality in Bitcoin that allows us to lock Bitc
146146

147147
Clustering allows us to use multiple [LND](glossary.md#the-lightning-network-daemon) nodes to form a cluster, in which we can delegate specific tasks such as managing invoices or maintaining channels for performance or security purposes.
148148

149-
[Read more: LND clustering](../docs/lnd/leader\_election.md)
149+
[Read more: LND clustering](broken-reference)
150150

151151
## Commitment <a href="#docs-internal-guid-fc7665f8-7fff-4804-37ba-3f6dc9d9d776" id="docs-internal-guid-fc7665f8-7fff-4804-37ba-3f6dc9d9d776"></a>
152152

@@ -562,7 +562,7 @@ A shard is a splinter of glass. In the context of the Lightning Network, a shard
562562

563563
A sidecar channel refers to a channel purchased on [Lightning Pool](glossary.md#pool) for a third party. Sidecar channels allow an auction participant to buy channels for others, for example mobile wallets that are not participating in the auction process directly.
564564

565-
[Read more: Sidecar channels](../lightning-network-tools/pool/sidecar\_channels.md)
565+
[Read more: Sidecar channels](../lightning-network-tools/pool/sidecar_channels.md)
566566

567567
## Sidecar ticket
568568

@@ -580,7 +580,7 @@ A Sparse Merkle Tree (SMT) is a data structure that, in addition to a normal [Me
580580

581581
Sphinx is the name of the protocol by which the Lightning Network implements [onion routing](glossary.md#onion-routing).
582582

583-
[Further reading: Sphinx research paper](https://www.researchgate.net/publication/336890138\_Sphinx\_A\_Transport\_Protocol\_for\_High-Speed\_and\_Lossy\_Mobile\_Networks)
583+
[Further reading: Sphinx research paper](https://www.researchgate.net/publication/336890138_Sphinx_A_Transport_Protocol_for_High-Speed_and_Lossy_Mobile_Networks)
584584

585585
## Submarine swap
586586

@@ -642,7 +642,7 @@ Unspent transaction outputs (unspent utxos) are funds available [on-chain](gloss
642642

643643
A wallet that is aware of balances and transactions, but does not possess the keys necessary to spend them. A watch-only wallet can create unsigned [PSBTs](glossary.md#partially-signed-bitcoin-transactions) which are then signed by the wallet holding the keys.
644644

645-
[Read more: Key import](../docs/lnd/key\_import.md)
645+
[Read more: Key import](../docs/lnd/key_import.md)
646646

647647
## Watchtower
648648

docs/lnd/leader_election.md

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)