mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
GUI: TransactionRecord: Refactor to turn send-to-self into send+receive pairs
This commit is contained in:
parent
b9765ba1d6
commit
f3fbe99fcf
3 changed files with 59 additions and 81 deletions
|
|
@ -387,6 +387,7 @@ struct WalletTx
|
|||
CTransactionRef tx;
|
||||
std::vector<wallet::isminetype> txin_is_mine;
|
||||
std::vector<wallet::isminetype> txout_is_mine;
|
||||
std::vector<bool> txout_is_change;
|
||||
std::vector<CTxDestination> txout_address;
|
||||
std::vector<wallet::isminetype> txout_address_is_mine;
|
||||
CAmount credit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue