Merge pull request #603 from moneyball/patch-3

fixed typo
This commit is contained in:
Matt Corallo 2020-04-22 20:43:45 +00:00 committed by GitHub
commit 82c81357e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ 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
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.