mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Add src/node/* code to node:: namespace
This commit is contained in:
@@ -26,6 +26,7 @@ class Init;
|
||||
class WalletLoader;
|
||||
} // namespace interfaces
|
||||
|
||||
namespace node {
|
||||
//! NodeContext struct containing references to chain state and connection
|
||||
//! state.
|
||||
//!
|
||||
@@ -62,5 +63,6 @@ struct NodeContext {
|
||||
NodeContext();
|
||||
~NodeContext();
|
||||
};
|
||||
} // namespace node
|
||||
|
||||
#endif // BITCOIN_NODE_CONTEXT_H
|
||||
|
||||
Reference in New Issue
Block a user