aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/wallet2_api.cpp')
-rw-r--r--src/wallet/wallet2_api.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wallet/wallet2_api.cpp b/src/wallet/wallet2_api.cpp
index 0644e3690..cf1a2bf24 100644
--- a/src/wallet/wallet2_api.cpp
+++ b/src/wallet/wallet2_api.cpp
@@ -276,6 +276,7 @@ public:
virtual bool closeWallet(Wallet *wallet);
bool walletExists(const std::string &path);
std::string errorString() const;
+ void setDaemonHost(const std::string &hostname);
private:
@@ -329,6 +330,11 @@ std::string WalletManagerImpl::errorString() const
return m_errorString;
}
+void WalletManagerImpl::setDaemonHost(const std::string &hostname)
+{
+
+}
+
///////////////////// WalletManagerFactory implementation //////////////////////