bitcoin
bitcoin copied to clipboard
fuzz: add more coverage for `ScriptPubKeyMan`
This PR adds more coverage for ScriptPubKeyMan
:
- Check
GetKey
andHasPrivKey
after adding descriptor key. - Cover
GetEndRange
andGetKeyPoolSize
. - Cover
MarkUnusedAddresses
with the scripts from ScriptPubKeys andGetMetadata
with the destinations from them.