GUI: TransactionRecord: Refactor to turn send-to-self into send+receive pairs

This commit is contained in:
Luke Dashjr
2018-12-15 19:52:03 +00:00
parent b9765ba1d6
commit f3fbe99fcf
3 changed files with 59 additions and 81 deletions

View File

@@ -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;