Skip to content

Commit 9bbcbb6

Browse files
committed
docs(ttxdb): scope positional input dedup to NewInput-built inputs
Signed-off-by: Evan <evanyan@sign.global>
1 parent 8630649 commit 9bbcbb6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/services/storage/ttxdb.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ way, one row per member carrying the token's full quantity; sent-amount
102102
aggregation counts each `(token ID, enrollment ID)` pair once
103103
(`InputStream.UniquePerInput`), falling back to
104104
`(action index, input index, enrollment ID)` when the token ID has been
105-
filtered out of the metadata.
105+
filtered out of the metadata. Positional deduplication applies only to inputs
106+
built through `token.NewInput`, which marks the position as known; a
107+
literal-built input without a token ID keeps the previous keep-all behavior.

0 commit comments

Comments
 (0)