mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 15:22:16 +00:00
534a1e3a5c
DeterministicKeyChain.maybeLookAhead() would pre-generate a new key, for every issued key, even if it is only one. If we replay the blockchain and update the issuedKeys counter, maybeLookAhead() would trigger the regeneration and resending of the bloom filter for every used key. This patch adds a threshold, where keys are only pre-generated after more keys are needed than the value of the threshold. Signed-off-by: Harald Hoyer <harald@harald-hoyer.de> |
||
---|---|---|
.. | ||
src | ||
findbugs.xml | ||
pom.xml |