Skip to content

Commit e5ea993

Browse files
nit
1 parent cc3ef96 commit e5ea993

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

consensus/src/lib.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,9 @@ stability_scope!(BETA, cfg(not(target_arch = "wasm32")) {
196196

197197
/// Broadcast a payload to the given recipients.
198198
///
199-
/// Returns `true` when the relay has durably handled the payload (per
200-
/// the plan's requirements, e.g. local persistence for `Propose`).
201-
/// Returns `false` when the relay could not complete the handoff,
202-
/// which consensus treats as a fatal condition for the round.
199+
/// Returns `true` when the relay accepted the payload for the requested
200+
/// broadcast plan. Returns `false` when the relay could not complete the
201+
/// handoff.
203202
fn broadcast(
204203
&mut self,
205204
payload: Self::Digest,

0 commit comments

Comments
 (0)