Skip to content

Commit 57d7014

Browse files
committed
docs(dip-13): clarify bloom filter more
1 parent b73d8e8 commit 57d7014

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

dip-0013.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,11 @@ the top up transaction has already been used and the balance transferred into cr
171171
not the case, the wallet can then perform an identity top up transition as defined in DIP11 using
172172
the top up funding key.
173173

174-
It is recommended that 30 address hashes of both unbound top up funding keys and bound top up
175-
funding keys for each known identity be added to the bloom filter sent to peers. If transactions
176-
containing 25 address hashes or more have been found for either category, the filter should be
177-
regenerated with 30 more.
174+
It is recommended that 30 address hashes of unbound top up funding keys and 30 address hashes of
175+
bound top up funding keys for each known identity be added to the bloom filter sent to peers. If
176+
transactions containing 25 address hashes or more have been found for unbound keys, the filter
177+
should be regenerated with 30 more. If transactions containing 25 address hashes or more have been
178+
found for one or more identities, the relevant filter(s) should be regenerated with 30 more.
178179

179180
# Identity Invitation Funding keys
180181

0 commit comments

Comments
 (0)