diff options
| author | John Newbery <[email protected]> | 2019-04-02 17:11:26 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2019-04-09 17:53:08 -0400 |
| commit | 9eaeb7fb8d4ab0d4493849e6c17e314fd75fea9c (patch) | |
| tree | dfb23b946a85eecd6a59529bac0590f6de346a00 /src/interfaces/wallet.cpp | |
| parent | [build] Add several util units (diff) | |
| download | discoin-9eaeb7fb8d4ab0d4493849e6c17e314fd75fea9c.tar.xz discoin-9eaeb7fb8d4ab0d4493849e6c17e314fd75fea9c.zip | |
[build] Move wallet load functions to wallet/load unit
Moves the following wallet load functions to a new wallet/load unit in
the libbitcoin_wallet library. All other functions in wallet/init remain
in libbitcoin_server:
- `VerifyWallets`
- `LoadWallets`
- `StartWallets`
- `FlushWallets`
- `StopWallets`
- `UnloadWallets`
Diffstat (limited to 'src/interfaces/wallet.cpp')
| -rw-r--r-- | src/interfaces/wallet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/wallet.cpp b/src/interfaces/wallet.cpp index 0bb9739c9..f98a49f9b 100644 --- a/src/interfaces/wallet.cpp +++ b/src/interfaces/wallet.cpp @@ -29,6 +29,7 @@ #include <wallet/feebumper.h> #include <wallet/fees.h> #include <wallet/rpcwallet.h> +#include <wallet/load.h> #include <wallet/wallet.h> #include <wallet/walletutil.h> |