Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | [build] Move wallet load functions to wallet/load unit | John Newbery | |
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` |