mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Add src/node/* code to node:: namespace
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
#include <future>
|
||||
|
||||
namespace node {
|
||||
static TransactionError HandleATMPError(const TxValidationState& state, std::string& err_string_out)
|
||||
{
|
||||
err_string_out = state.ToString();
|
||||
@@ -153,3 +154,4 @@ CTransactionRef GetTransaction(const CBlockIndex* const block_index, const CTxMe
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
} // namespace node
|
||||
|
||||
Reference in New Issue
Block a user