mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Add src/node/* code to node:: namespace
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include <numeric>
|
||||
|
||||
namespace node {
|
||||
PSBTAnalysis AnalyzePSBT(PartiallySignedTransaction psbtx)
|
||||
{
|
||||
// Go through each input and build status
|
||||
@@ -147,3 +148,4 @@ PSBTAnalysis AnalyzePSBT(PartiallySignedTransaction psbtx)
|
||||
|
||||
return result;
|
||||
}
|
||||
} // namespace node
|
||||
|
||||
Reference in New Issue
Block a user