diff options
author | jeffro256 <jeffro256@tutanota.com> | 2023-07-07 12:55:02 -0500 |
---|---|---|
committer | jeffro256 <jeffro256@tutanota.com> | 2023-08-23 11:48:18 -0500 |
commit | 1bea8ef42a2c6f97931aa04f95fefa4521a6d40c (patch) | |
tree | ad8f021132d56df626a31a2625394eeb389f7157 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #8959 (diff) | |
download | monero-1bea8ef42a2c6f97931aa04f95fefa4521a6d40c.tar.xz |
wallet2: fix `store_to()` and `change_password()`
Resolves #8932 and:
2. Not storing cache when new path is different from old in `store_to()` and
3. Detecting same path when new path contains entire string of old path in `store_to()` and
4. Changing your password / decrypting your keys (in this method or others) and providing a bad original password and getting no error and
5. Changing your password and storing to a new file
Diffstat (limited to '')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index 57bd568fc..a9f0944c8 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -98,6 +98,7 @@ set(unit_tests_sources output_selection.cpp vercmp.cpp ringdb.cpp + wallet_storage.cpp wipeable_string.cpp is_hdd.cpp aligned.cpp |