diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2015-02-26 20:57:08 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-03-06 15:07:43 +0000 |
commit | 721cb557aa103ff62c0e29c8dacbf9f4a8d8a65c (patch) | |
tree | 471d8cf96ad91ad7eb1755bcd8e495f533a1a7fb /src/qt/walletview.h | |
parent | e96028c78e05a6f3fc3d0fda4677b5d99ca802cc (diff) |
GUI: Display label rather than address on popups
Diffstat (limited to 'src/qt/walletview.h')
-rw-r--r-- | src/qt/walletview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletview.h b/src/qt/walletview.h index f3d14c065c..1840e21e9c 100644 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -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 |