mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 09:17:25 -04:00
History: Show num of confirmations + unconfirmed payments
history: refresh on new block
This commit is contained in:
@@ -206,6 +206,7 @@ signals:
|
||||
|
||||
void moneySpent(const QString &txId, quint64 amount);
|
||||
void moneyReceived(const QString &txId, quint64 amount);
|
||||
void unconfirmedMoneyReceived(const QString &txId, quint64 amount);
|
||||
void newBlock(quint64 height);
|
||||
void historyModelChanged() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user