From 9eaeb7fb8d4ab0d4493849e6c17e314fd75fea9c Mon Sep 17 00:00:00 2001 From: John Newbery Date: Tue, 2 Apr 2019 17:11:26 -0400 Subject: [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` --- src/interfaces/wallet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interfaces/wallet.cpp') 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 #include #include +#include #include #include -- cgit v1.2.3