From ba98269ca507766aa76f0ebbcaebe6f6eef93192 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Fri, 7 Jul 2023 12:55:02 -0500 Subject: 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 --- tests/unit_tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit_tests/CMakeLists.txt') diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index 147b38dd4..fec36803e 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -97,6 +97,7 @@ set(unit_tests_sources output_selection.cpp vercmp.cpp ringdb.cpp + wallet_storage.cpp wipeable_string.cpp is_hdd.cpp aligned.cpp -- cgit v1.2.3