Skip to content

Commit d41fecb

Browse files
author
Conor Okus
committed
Copy update
1 parent 8f276a0 commit d41fecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/building-a-node-with-ldk/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The following tutorials will show you how to build the simplest lightning node u
1919
Let's start by looking at the core components we'll need to make this node work for the tasks we outlined above.
2020

2121
1. A [`ChannelManager`](https://docs.rs/lightning/*/lightning/ln/channelmanager/struct.ChannelManager.html), to open and close channels.
22-
2. A [`PeerManager`](https://docs.rs/lightning/*/lightning/ln/peer_handler/struct.PeerManager.html), for establishing TCP/IP connections to other nodes on the lightning network.
23-
3. Payments & Routing, ability to create and pay invoices.
22+
2. A networking stack (https://docs.rs/lightning-net-tokio/*/lightning_net_tokio/index.html), for establishing TCP/IP connections to other nodes on the lightning network.
23+
3. Payments & routing, ability to create and pay invoices.
2424

2525
To make the above work we also need to setup a series of supporting modules, including:
2626

0 commit comments

Comments
 (0)