Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wallet: avoid computing the key fingerprint while looking for matches
Avoids a hash160 for every key we derive to test. Callers that need the key re-derive it without the skip flag, so there are no side effects from this optimization. Changelog-Changed: core: Processing blocks should now be faster Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>
- Loading branch information