Skip to content

Commit

Permalink
broadcast to publish rename in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-szabo committed Dec 18, 2024
1 parent e3f2c25 commit 84ee8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ https://github.com/informalsystems/malachite/blob/6f4cfce72fa0362d743320c0e3ea8f

The variants that are most interesting among Effects are these four:

1. Broadcast: Malachite instructs the Host to broadcast to other peers in the network a certain consensus message. The type `SignedConsensusMsg` is also an enum of two variants:
1. Publish: Malachite instructs the Host to broadcast to other peers in the network a certain consensus message. The type `SignedConsensusMsg` is also an enum of two variants:

https://github.com/informalsystems/malachite/blob/6f4cfce72fa0362d743320c0e3ea8fa46b4283b0/code/crates/core-consensus/src/types.rs#L13-L16

Expand Down

0 comments on commit 84ee8d9

Please sign in to comment.