diff options
author | Andrew Chow <achow101-github@achow101.com> | 2019-01-21 16:49:33 -0500 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2019-01-21 19:39:01 -0500 |
commit | 14bcdbe09cffaef9bcc51dd9de1645db3f0a93db (patch) | |
tree | 9841a556ec0a0515601e4da88828266ba178f4f1 /src/qt/walletmodel.h | |
parent | 6e6b3b944d12a252a0fd9a1d68fec9843dd5b4f8 (diff) |
Check for more than private keys disabled to show receive button
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index c3c8f36909..8d7b210d2e 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -214,6 +214,7 @@ public: static bool isWalletEnabled(); bool privateKeysDisabled() const; + bool canGetAddresses() const; interfaces::Node& node() const { return m_node; } interfaces::Wallet& wallet() const { return *m_wallet; } |