aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-03-21 16:17:03 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-23 15:40:48 +0300
commit94eaeb50b27826405e49899f912f9822bac5876f (patch)
tree5534e4397475f739899452bd7fbc87b6ddfab44a /src/wallet/wallet2_api.h
parentMerge pull request #870 (diff)
downloadmonero-94eaeb50b27826405e49899f912f9822bac5876f.tar.xz
wallet2::store() implemented within wallet2::store_to
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r--src/wallet/wallet2_api.h3
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;
+
+
};