fixed typo

This commit is contained in:
Steve Lee 2020-04-22 10:52:32 -07:00 committed by GitHub
parent 5a2ed03247
commit 3e2f2b4472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.