From 12d8d2681e34a191f5d82f15448f8c4c9a14f6d0 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Tue, 6 Mar 2018 12:26:40 +0800 Subject: Qt: When multiple wallets are used, include in notifications the name --- src/qt/walletview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/walletview.h') diff --git a/src/qt/walletview.h b/src/qt/walletview.h index 739b3a0b6d..878a5966d6 100644 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -124,7 +124,7 @@ Q_SIGNALS: /** HD-Enabled status of wallet changed (only possible during startup) */ void hdEnabledStatusChanged(); /** Notify that a new transaction appeared */ - void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address, const QString& label); + void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address, const QString& label, const QString& walletName); /** Notify that the out of sync warning icon has been pressed */ void outOfSyncWarningClicked(); }; -- cgit v1.2.3