mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-03 12:25:54 +02:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -13,12 +13,13 @@
|
||||
#include <vector>
|
||||
|
||||
class ArgsManager;
|
||||
class CWallet;
|
||||
namespace interfaces {
|
||||
class Chain;
|
||||
class Wallet;
|
||||
} // namespace interfaces
|
||||
|
||||
namespace wallet {
|
||||
class CWallet;
|
||||
using LoadWalletFn = std::function<void(std::unique_ptr<interfaces::Wallet> wallet)>;
|
||||
|
||||
//! WalletContext struct containing references to state shared between CWallet
|
||||
@@ -46,5 +47,6 @@ struct WalletContext {
|
||||
WalletContext();
|
||||
~WalletContext();
|
||||
};
|
||||
} // namespace wallet
|
||||
|
||||
#endif // BITCOIN_WALLET_CONTEXT_H
|
||||
|
||||
Reference in New Issue
Block a user