mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 01:33:20 +02:00
Add src/node/* code to node:: namespace
This commit is contained in:
@@ -28,7 +28,9 @@ enum class RBFTransactionState;
|
||||
struct bilingual_str;
|
||||
struct CBlockLocator;
|
||||
struct FeeCalculation;
|
||||
namespace node {
|
||||
struct NodeContext;
|
||||
} // namespace node
|
||||
|
||||
namespace interfaces {
|
||||
|
||||
@@ -316,7 +318,7 @@ public:
|
||||
};
|
||||
|
||||
//! Return implementation of Chain interface.
|
||||
std::unique_ptr<Chain> MakeChain(NodeContext& node);
|
||||
std::unique_ptr<Chain> MakeChain(node::NodeContext& node);
|
||||
|
||||
} // namespace interfaces
|
||||
|
||||
|
||||
Reference in New Issue
Block a user