We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e48d7 commit 9e47a9dCopy full SHA for 9e47a9d
crates/tap-agent/src/agent/sender_allocation.rs
@@ -379,7 +379,7 @@ where
379
..
380
} = notification;
381
if id <= unaggregated_fees.last_id {
382
- // our world assumption is wrong
+ // Unexpected: received a receipt with an ID not greater than the last processed one
383
tracing::warn!(
384
unaggregated_fees_last_id = %unaggregated_fees.last_id,
385
last_id = %id,
0 commit comments