mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
commit
82c81357e2
1 changed files with 2 additions and 2 deletions
4
ARCH.md
4
ARCH.md
|
@ -11,8 +11,8 @@ receive `ChannelMonitorUpdate`s from `ChannelManager` and persist them to disk b
|
|||
channel steps forward.
|
||||
|
||||
There are two additional important structures that you may use either on the same device
|
||||
as the `ChannelManager` or on a separate one. `Router` handles receiving channel and node
|
||||
node announcements and calculates routes for sending payments. `PeerManager` handles the
|
||||
as the `ChannelManager` or on a separate one. `Router` handles receiving channel and node
|
||||
announcements and calculates routes for sending payments. `PeerManager` handles the
|
||||
authenticated and encrypted communication protocol, monitoring for liveness of peers,
|
||||
routing messages to `ChannelManager` and `Router` instances directly, and receiving
|
||||
messages from them via the `EventsProvider` interface.
|
||||
|
|
Loading…
Add table
Reference in a new issue