Say only what the SMSC marked, and trim the comments the review found redundant

This commit is contained in:
2026-09-03 19:16:13 +02:00
parent 50679ec2fe
commit dd458bfa53
4 changed files with 6 additions and 9 deletions
-2
View File
@@ -215,8 +215,6 @@ describe('merging segment statuses', () => {
};
}
// Filling every slot with a non-final report merges early and spends the base, so the receipts
// that say what actually happened would report nothing.
test('never counts an intermediate report toward a merge', () => {
const merger = new DlrMerger({ log: silentLog, max: 10, now: () => 0, timeout: 60_000 });