Skip to content

Commit 9e47a9d

Browse files
committed
refactor: rewrite unclear comment on receipt ID assumption
1 parent d4e48d7 commit 9e47a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tap-agent/src/agent/sender_allocation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ where
379379
..
380380
} = notification;
381381
if id <= unaggregated_fees.last_id {
382-
// our world assumption is wrong
382+
// Unexpected: received a receipt with an ID not greater than the last processed one
383383
tracing::warn!(
384384
unaggregated_fees_last_id = %unaggregated_fees.last_id,
385385
last_id = %id,

0 commit comments

Comments
 (0)