GUI: Display label rather than address on popups
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user