From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Wed, 22 Apr 2020 20:45:04 +0000 (+0000) Subject: Merge pull request #602 from murtyjones/test-byte-utils X-Git-Tag: v0.0.12~79 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=99a34e1d17eb97f62f0f855a85c87fc770a5c1f3;hp=f5a6796a47aee0b7fe491a6bb61debe7a1d81e53;p=rust-lightning Merge pull request #602 from murtyjones/test-byte-utils Add tests to byte_utils.rs --- 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.