mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
Add src/node/* code to node:: namespace
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <txmempool.h>
|
||||
#include <validation.h>
|
||||
|
||||
namespace node {
|
||||
void FindCoins(const NodeContext& node, std::map<COutPoint, Coin>& coins)
|
||||
{
|
||||
assert(node.mempool);
|
||||
@@ -22,3 +23,4 @@ void FindCoins(const NodeContext& node, std::map<COutPoint, Coin>& coins)
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace node
|
||||
|
||||
Reference in New Issue
Block a user