0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

Generated transactions are 'other', and only show up in All tab

This commit is contained in:
Wladimir J. van der Laan 2011-05-27 22:09:22 +02:00
parent e923f8188d
commit 3e1ea1c025

View file

@ -273,7 +273,6 @@ QVariant TransactionTableModel::data(const QModelIndex &index, int role) const
{
case TransactionRecord::RecvFromAddress:
case TransactionRecord::RecvFromIP:
case TransactionRecord::Generated:
return TransactionTableModel::Received;
case TransactionRecord::SendToAddress:
case TransactionRecord::SendToIP: