diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-03-21 16:17:03 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-03-21 16:17:03 +0300 |
commit | 2cce32995b840901ce656dd8ec3fcefefff706bf (patch) | |
tree | f390d59a773bd4e89fdc0d752cb334bcb4927ccb /src/wallet/wallet2_api.h | |
parent | fixed "undefined reference" for boost::system library (diff) | |
download | monero-2cce32995b840901ce656dd8ec3fcefefff706bf.tar.xz |
wallet2::store() implemented within wallet2::store_to
Diffstat (limited to '')
-rw-r--r-- | src/wallet/wallet2_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h index c7e7c536c..013a260b7 100644 --- a/src/wallet/wallet2_api.h +++ b/src/wallet/wallet2_api.h @@ -112,6 +112,9 @@ struct WalletManager virtual std::string errorString() const = 0; + virtual void setDaemonHost(const std::string &hostname) = 0; + + }; |