aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-05-27 22:09:22 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-05-27 22:09:22 +0200
commit3e1ea1c0251261d423818aa11f01ff82c71672a5 (patch)
tree443303848204199adf5d27e844f32446da6e77ea /gui
parente923f8188ddd46f4565a3cffebb9fb260e3239bf (diff)
downloadbitcoin-3e1ea1c0251261d423818aa11f01ff82c71672a5.tar.xz
Generated transactions are 'other', and only show up in All tab
Diffstat (limited to 'gui')
-rw-r--r--gui/src/transactiontablemodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/src/transactiontablemodel.cpp b/gui/src/transactiontablemodel.cpp
index a5d8ffdaaa..2f1b77eea1 100644
--- a/gui/src/transactiontablemodel.cpp
+++ b/gui/src/transactiontablemodel.cpp
@@ -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: