We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6b033 commit 35620faCopy full SHA for 35620fa
1 file changed
consensus/src/lib.rs
@@ -194,11 +194,7 @@ stability_scope!(BETA, cfg(not(target_arch = "wasm32")) {
194
/// treat every broadcast identically can set this to `()`.
195
type Plan: Send;
196
197
- /// Broadcast a payload to the given recipients.
198
- ///
199
- /// Broadcast is best-effort dissemination and does not signal
200
- /// durability; callers that need durability must rely on
201
- /// [`Automaton::propose`] or [`Automaton::verify`].
+ /// Broadcast a payload according to the given plan.
202
fn broadcast(
203
&mut self,
204
payload: Self::Digest,
0 commit comments