GUI: Display label rather than address on popups

This commit is contained in:
Luke Dashjr
2015-02-26 20:57:08 +00:00
parent e96028c78e
commit 721cb557aa
4 changed files with 16 additions and 14 deletions

View File

@ -113,7 +113,7 @@ signals:
/** Encryption status of wallet changed */
void encryptionStatusChanged(int status);
/** Notify that a new transaction appeared */
void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address);
void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address, const QString& label);
};
#endif // BITCOIN_QT_WALLETVIEW_H