diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-03-06 12:26:40 +0800 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-03-26 18:40:26 +0700 |
commit | 12d8d2681e34a191f5d82f15448f8c4c9a14f6d0 (patch) | |
tree | 8845e3ca6c3abab36ae926f6385b20581960cc2d /src/qt/walletmodel.h | |
parent | d1ec34a761d1d99b84e792fb6a6e62dbd8b5bdde (diff) |
Qt: When multiple wallets are used, include in notifications the name
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 02f59d001d..08175abe85 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -222,6 +222,9 @@ public: int getDefaultConfirmTarget() const; + QString getWalletName() const; + + static bool isMultiwallet(); private: CWallet *wallet; bool fHaveWatchOnly; |