Skip to content

Commit 3e2f2b4

Browse files
authored
fixed typo
1 parent 5a2ed03 commit 3e2f2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ARCH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ receive `ChannelMonitorUpdate`s from `ChannelManager` and persist them to disk b
1111
channel steps forward.
1212

1313
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
1616
authenticated and encrypted communication protocol, monitoring for liveness of peers,
1717
routing messages to `ChannelManager` and `Router` instances directly, and receiving
1818
messages from them via the `EventsProvider` interface.

0 commit comments

Comments
 (0)