mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
f'GUI: Pre-render amount for transaction notifications so asset is correct'
This commit is contained in:
parent
d51b9edcd4
commit
acf243683e
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue