From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Wed, 22 Apr 2020 20:43:45 +0000 (+0000) Subject: Merge pull request #603 from moneyball/patch-3 X-Git-Tag: v0.0.12~80 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=82c81357e26800c15f13290955705c9efabc5411;hp=5a2ed0324738e170e0b3b4dab3431242c7221a13;p=rust-lightning Merge pull request #603 from moneyball/patch-3 fixed typo --- diff --git a/ARCH.md b/ARCH.md index dba91e7f..237a8555 100644 --- a/ARCH.md +++ b/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.