mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
namespace wallet {
|
||||
//! State of transaction confirmed in a block.
|
||||
struct TxStateConfirmed {
|
||||
uint256 confirmed_block_hash;
|
||||
@@ -303,5 +304,6 @@ public:
|
||||
CWalletTx(CWalletTx const &) = delete;
|
||||
void operator=(CWalletTx const &x) = delete;
|
||||
};
|
||||
} // namespace wallet
|
||||
|
||||
#endif // BITCOIN_WALLET_TRANSACTION_H
|
||||
|
||||
Reference in New Issue
Block a user