mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-03 04:16:11 +02:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -11,12 +11,14 @@
|
||||
|
||||
class ArgsManager;
|
||||
class CScheduler;
|
||||
struct WalletContext;
|
||||
|
||||
namespace interfaces {
|
||||
class Chain;
|
||||
} // namespace interfaces
|
||||
|
||||
namespace wallet {
|
||||
struct WalletContext;
|
||||
|
||||
//! Responsible for reading and validating the -wallet arguments and verifying the wallet database.
|
||||
bool VerifyWallets(WalletContext& context);
|
||||
|
||||
@@ -34,5 +36,6 @@ void StopWallets(WalletContext& context);
|
||||
|
||||
//! Close all wallets.
|
||||
void UnloadWallets(WalletContext& context);
|
||||
} // namespace wallet
|
||||
|
||||
#endif // BITCOIN_WALLET_LOAD_H
|
||||
|
||||
Reference in New Issue
Block a user