Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update node/network/dispute-distribution/src/sender/mod.rs
Co-authored-by: Alexandru Vasile <[email protected]>
  • Loading branch information
eskimor and lexnv authored Nov 23, 2022
commit 4ecc6fd7a76700de274a27d0cec1e7616079849c
2 changes: 1 addition & 1 deletion node/network/dispute-distribution/src/sender/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl DisputeSender {
if have_new_sessions || dispute.has_failed_sends() {
if should_rate_limit {
self.rate_limit
.limit("in going through new sessions/failed sends", *candidate_hash)
.limit("while going through new sessions/failed sends", *candidate_hash)
.await;
}
let sends_happened = dispute
Expand Down