Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

approval-distribution: batched approval/assignment sending #6401

Merged
merged 12 commits into from
Dec 13, 2022
Prev Previous commit
Next Next commit
spellcheck ...
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
  • Loading branch information
sandreim committed Dec 6, 2022
commit b26f42d3a2aa5892aea2b9c5570458029459269d
2 changes: 1 addition & 1 deletion node/network/approval-distribution/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ pub(crate) async fn send_assignments_batched(
}
}

/// Send approvals while honouring the `max_notification_size` of the protocol.
/// Send approvals while honoring the `max_notification_size` of the protocol.
pub(crate) async fn send_approvals_batched(
sender: &mut impl overseer::ApprovalDistributionSenderTrait,
approvals: Vec<IndirectSignedApprovalVote>,
Expand Down