Files
bitcoin/src/wallet/test
Ava Chow 798ba6d04f wallet: Make CWalletTx::tx private and use CWalletTx::GetTx to access
When CWalletTx will have multiple transactions, tx will no longer exist
and accessing the single canonical tx should be done through an getter
function.
2026-07-16 10:56:17 -07:00
..