mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 23:03:45 +01:00
Add src/node/* code to node:: namespace
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
#include <any>
|
||||
|
||||
using node::NodeContext;
|
||||
|
||||
NodeContext& EnsureAnyNodeContext(const std::any& context)
|
||||
{
|
||||
auto node_context = util::AnyPtr<NodeContext>(context);
|
||||
|
||||
Reference in New Issue
Block a user