Skip to content

Commit

Permalink
PrivateSend spending txes should have "outgoing" icon on overview scr…
Browse files Browse the repository at this point in the history
…een (#2396)
  • Loading branch information
UdjinM6 committed Oct 30, 2018
1 parent 50f133a commit 4a78b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/transactiontablemodel.cpp
Expand Up @@ -410,6 +410,7 @@ QVariant TransactionTableModel::txAddressDecoration(const TransactionRecord *wtx
case TransactionRecord::RecvWithAddress:
case TransactionRecord::RecvFromOther:
return QIcon(":/icons/" + theme + "/tx_input");
case TransactionRecord::PrivateSend:
case TransactionRecord::SendToAddress:
case TransactionRecord::SendToOther:
return QIcon(":/icons/" + theme + "/tx_output");
Expand Down

0 comments on commit 4a78b16

Please sign in to comment.