mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 23:03:45 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <wallet/transaction.h>
|
||||
|
||||
namespace wallet {
|
||||
bool CWalletTx::IsEquivalentTo(const CWalletTx& _tx) const
|
||||
{
|
||||
CMutableTransaction tx1 {*this->tx};
|
||||
@@ -23,3 +24,4 @@ int64_t CWalletTx::GetTxTime() const
|
||||
int64_t n = nTimeSmart;
|
||||
return n ? n : nTimeReceived;
|
||||
}
|
||||
} // namespace wallet
|
||||
|
||||
Reference in New Issue
Block a user