Skip to content

Commit 35620fa

Browse files
update broadcast
1 parent 9f6b033 commit 35620fa

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

consensus/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,7 @@ stability_scope!(BETA, cfg(not(target_arch = "wasm32")) {
194194
/// treat every broadcast identically can set this to `()`.
195195
type Plan: Send;
196196

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`].
197+
/// Broadcast a payload according to the given plan.
202198
fn broadcast(
203199
&mut self,
204200
payload: Self::Digest,

0 commit comments

Comments
 (0)