-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure all displayed addresses are imported
Fixes #1143 (and possibly others). Before this commit, (index plus gap limit) addresses are imported on sync, and addresses used by maker/taker in coinjoin are imported, but when a deposit occurred, bumping the index, further addresses were not imported. The effect was that it was possible, if doing a series of deposits to multiple external addresses in a Qt session, to end up depositing to an address that was not yet imported. And this results in the user needing to rescan for Core+JM to recognize the coins. After this commit, we ensure all 'gap limit forwards' addresses, which are displayed as potential deposit addresses in Joinmarket-Qt, are imported before the display.
- Loading branch information
Showing
3 changed files
with
21 additions
and
9 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
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