diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2020-08-04 16:40:31 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2020-09-03 12:24:32 -0400 |
commit | b5b414151af32e5a07b5757b64482d77519d77c0 (patch) | |
tree | c6149426f3c4e7c72507db59d59b62d2ecb774b6 /src/interfaces/wallet.h | |
parent | 288b4ffb6b291f0466d513ff3c40af6758ca7c88 (diff) |
wallet: Add MakeDatabase function
New function is not currently called but will be called in upcoming commits. It
moves database path checking, and existence checking, and already-loaded
checking, and verification into a single function so this logic does not need
to be repeated all over higher level wallet code, and so higher level code does
not need to change when SQLite support is added in
https://github.com/bitcoin/bitcoin/pull/19077. This also lets higher level
wallet code make fewer assumptions about the contents of wallet directories.
This commit just adds the new function and does not change behavior in any way.
Diffstat (limited to 'src/interfaces/wallet.h')
0 files changed, 0 insertions, 0 deletions