diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-05-27 22:09:22 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-05-27 22:09:22 +0200 |
| commit | 3e1ea1c0251261d423818aa11f01ff82c71672a5 (patch) | |
| tree | 443303848204199adf5d27e844f32446da6e77ea | |
| parent | extend generation descriptions (diff) | |
| download | discoin-3e1ea1c0251261d423818aa11f01ff82c71672a5.tar.xz discoin-3e1ea1c0251261d423818aa11f01ff82c71672a5.zip | |
Generated transactions are 'other', and only show up in All tab
| -rw-r--r-- | gui/src/transactiontablemodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/src/transactiontablemodel.cpp b/gui/src/transactiontablemodel.cpp index a5d8ffdaa..2f1b77eea 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: |