-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously the call to `update_last_revealed` was conditional on whether the descriptor was present in the changeset, but it may be the case that the derivation index increases while the descriptor field of the wallet ChangeSet is None. We fix this by separating the calls to `insert_descriptor` and `update_last_revealed` and also changing the signature of `update_last_revealed` to accept a descriptor id rather than a keychain.
- Loading branch information
1 parent
212aa65
commit 86ada17
Showing
2 changed files
with
39 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters