aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletview.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2018-03-06 12:26:40 +0800
committerJonas Schnelli <dev@jonasschnelli.ch>2018-03-26 18:40:26 +0700
commit12d8d2681e34a191f5d82f15448f8c4c9a14f6d0 (patch)
tree8845e3ca6c3abab36ae926f6385b20581960cc2d /src/qt/walletview.h
parentd1ec34a761d1d99b84e792fb6a6e62dbd8b5bdde (diff)
downloadbitcoin-12d8d2681e34a191f5d82f15448f8c4c9a14f6d0.tar.xz
Qt: When multiple wallets are used, include in notifications the name
Diffstat (limited to 'src/qt/walletview.h')
-rw-r--r--src/qt/walletview.h2
1 files changed, 1 insertions, 1 deletions
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();
};