From 1bea8ef42a2c6f97931aa04f95fefa4521a6d40c 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.keys | Bin 0 -> 1679 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/data/wallet_00fd416a.keys (limited to 'tests/data/wallet_00fd416a.keys') 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