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/data/wallet_00fd416a | Bin 0 -> 2329810 bytes tests/data/wallet_00fd416a.keys | Bin 0 -> 1679 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/data/wallet_00fd416a create mode 100644 tests/data/wallet_00fd416a.keys (limited to 'tests/data') diff --git a/tests/data/wallet_00fd416a b/tests/data/wallet_00fd416a new file mode 100644 index 000000000..a1b7898e6 Binary files /dev/null and b/tests/data/wallet_00fd416a differ diff --git a/tests/data/wallet_00fd416a.keys b/tests/data/wallet_00fd416a.keys new file mode 100644 index 000000000..6908cce1b Binary files /dev/null and b/tests/data/wallet_00fd416a.keys differ -- cgit v1.2.3