File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ receive `ChannelMonitorUpdate`s from `ChannelManager` and persist them to disk b
11
11
channel steps forward.
12
12
13
13
There are two additional important structures that you may use either on the same device
14
- as the ` ChannelManager ` or on a separate one. ` Router ` handles receiving channel and node
15
- node announcements and calculates routes for sending payments. ` PeerManager ` handles the
14
+ as the ` ChannelManager ` or on a separate one. ` Router ` handles receiving channel and node
15
+ announcements and calculates routes for sending payments. ` PeerManager ` handles the
16
16
authenticated and encrypted communication protocol, monitoring for liveness of peers,
17
17
routing messages to ` ChannelManager ` and ` Router ` instances directly, and receiving
18
18
messages from them via the ` EventsProvider ` interface.
You can’t perform that action at this time.
0 commit comments