Browse Source
Fixes #1043. Prior to this commit, only keys/scripts/addresses inside the scope of the current wallet script_map (the keys cached by sync, according to persisted index in wallet file, including gap limit) would allow a successful signing operation, otherwise an assertion was raised. After this commit, signing can be done with any arbitrary height index in the wallet (assuming a valid path for this wallet).master
2 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue