diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-11-08 22:53:13 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-11-08 22:53:13 +0200 |
commit | 7c7a6cf2f8b8cb2675f7f2eab972c2db981ac6a8 (patch) | |
tree | 1de659803d1ea4859e787ddcac54fe8281bb8ce4 /src/wallet/api/wallet.h | |
parent | Merge pull request #1301 (diff) | |
parent | wallet2_api: allow connection to return "yes, but wrong version" (diff) | |
download | monero-7c7a6cf2f8b8cb2675f7f2eab972c2db981ac6a8.tar.xz |
Merge pull request #1302
63fe6fd wallet2_api: allow connection to return "yes, but wrong version" (moneromooo-monero)
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index 7973349ca..3f6d2ac7b 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -70,7 +70,7 @@ public: bool init(const std::string &daemon_address, uint64_t upper_transaction_size_limit); void initAsync(const std::string &daemon_address, uint64_t upper_transaction_size_limit); bool connectToDaemon(); - bool connected() const; + ConnectionStatus connected() const; void setTrustedDaemon(bool arg); bool trustedDaemon() const; uint64_t balance() const; |