f'GUI: Pre-render amount for transaction notifications so asset is correct'

This commit is contained in:
Gregory Sanders 2019-04-10 11:22:44 -04:00
parent d51b9edcd4
commit acf243683e

View file

@ -171,7 +171,7 @@ void WalletView::processNewTransaction(const QModelIndex& parent, int start, int
QString address = ttm->data(index, TransactionTableModel::AddressRole).toString();
QString label = ttm->data(index, TransactionTableModel::LabelRole).toString();
Q_EMIT incomingTransaction(date, walletModel->getOptionsModel()->getDisplayUnit(), assetamount_str, address, label, walletModel->getWalletName());
Q_EMIT incomingTransaction(date, assetamount_str, type, address, label, walletModel->getWalletName());
}
void WalletView::gotoOverviewPage()