mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
Add src/node/* code to node:: namespace
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
|
||||
class ArgsManager;
|
||||
|
||||
namespace node {
|
||||
struct NodeContext;
|
||||
} // namespace node
|
||||
|
||||
class WalletInitInterface {
|
||||
public:
|
||||
@@ -18,7 +20,7 @@ public:
|
||||
/** Check wallet parameter interaction */
|
||||
virtual bool ParameterInteraction() const = 0;
|
||||
/** Add wallets that should be opened to list of chain clients. */
|
||||
virtual void Construct(NodeContext& node) const = 0;
|
||||
virtual void Construct(node::NodeContext& node) const = 0;
|
||||
|
||||
virtual ~WalletInitInterface() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user