diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-07 12:00:29 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-07 12:00:29 +0000 |
commit | 63fe6fd9ba3d7fe56564543b877a962e3c7eea53 (patch) | |
tree | b78d8c122757a2fc8581c8fc0eb8e62084c01f18 /src/wallet/api/wallet.h | |
parent | Merge pull request #1295 (diff) | |
download | monero-63fe6fd9ba3d7fe56564543b877a962e3c7eea53.tar.xz |
wallet2_api: allow connection to return "yes, but wrong version"
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 c8a59f7c3..4b61a6707 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; |