You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp
Get rid of confusing and unnecessary path handling and verification in wallet
application code and move it down to database layer.
There is no change in behavior except for some error messages.
Motivation for this change is making code more understandable, but also to
prepare for adding SQLite support in
#19077 so loading SQLite paths can also
be handled at the database layer and wallet loading and creation code does not
need to become more complicated than it already is.
0 commit comments