diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-09-18 10:39:26 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2018-09-18 11:12:05 +0800 |
commit | 82d6c5aad330bb06d0c918b4e9304c25ff2bdcc8 (patch) | |
tree | 64562423a023c21488eee27ee48943e104dce373 /src/qt/bitcoingui.h | |
parent | fe1ff5026bace9b43ac01c14a26ed0dd75ccc6f7 (diff) |
gui: Show watch-only eye instead of HD disabled
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 61cd6f76cc..2770f2e11a 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -215,7 +215,7 @@ private: @param[in] status current hd enabled status @see WalletModel::EncryptionStatus */ - void setHDStatus(int hdEnabled); + void setHDStatus(bool privkeyDisabled, int hdEnabled); public Q_SLOTS: bool handlePaymentRequest(const SendCoinsRecipient& recipient); |