Files
bitcoin/src/wallet
furszy 454ac8e7db wallet: RestoreWallet failure, erase only what was created
Track what RestoreWallet creates so only those files and directories
are removed during a failure and nothing else. Preexisting paths
must be left untouched.

Note:
Using fs::remove_all() instead of fs::remove() in RestoreWallet does
not cause any problems currently, but the change is necessary for the
next commit which extends RestoreWallet to work with existing directories,
which may contain files that must not be deleted.

Github-Pull: #34156
Rebased-From: 4ed0693a3f
2026-01-07 11:18:38 +00:00
..
2025-08-19 14:49:37 -07:00
2025-05-06 12:21:32 -07:00
2025-06-03 08:09:28 +01:00
2025-08-19 14:49:37 -07:00
2025-08-19 14:49:37 -07:00
2025-05-19 16:40:33 +01:00
2025-08-19 14:49:37 -07:00
2025-08-19 14:49:37 -07:00
2025-08-19 14:49:37 -07:00
2025-08-19 14:49:37 -07:00
2025-08-19 14:49:37 -07:00