-
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.
storage: fix some madness about get_data_ref() and put() interacting …
…badly previously load_transactions() had to be called before upgrade(); now we reverse this order. to reproduce/illustrate issue, before this commit: try running convert_version_17 and convert_version_18 (e.g. see testcase test_upgrade_from_client_2_9_3_old_seeded_with_realistic_history) and then in qt console: >> wallet.storage.db.get_data_ref('spent_outpoints') == wallet.storage.db.spent_outpoints False >> wallet.storage.db.get_data_ref('verified_tx3') == wallet.storage.db.verified_tx False
- Loading branch information
1 parent
3330830
commit 53d189f
Showing
5 changed files
with
36 additions
and
22 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
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