Skip to content

Commit f9b1a4e

Browse files
committed
fix: finish a sentence
1 parent 03ec421 commit f9b1a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/peer_network_interface/NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This module uses an event-queue-based architecture. A `NetworkManager` is responsible for creating a set of `PeerConnection`s and sending commands to them. Each `PeerConnection` maintains a connection to a single peer; it responds to commands from the `NetworkManager`, and emits events to an event queue. The `NetworkManager` reads from that queue to decide which chain to follow. When blocks from the preferred chain have been fetched, it publishes those blocks to the message bus.
44

5-
This module requests the body for every block announced by any chain, from the first chain which announced it. When it has the body for the next block announced
5+
This module requests the body for every block announced by any chain, from the first chain which announced it. When it has the body for the next block announced, it will publish it to the message bus.
66

77
```mermaid
88
graph LR

0 commit comments

Comments
 (0)