wallet2::store() implemented within wallet2::store_to

This commit is contained in:
Ilya Kitaev
2016-03-21 16:17:03 +03:00
parent 7df2baf6b0
commit 2cce32995b
4 changed files with 87 additions and 69 deletions
+3
View File
@@ -112,6 +112,9 @@ struct WalletManager
virtual std::string errorString() const = 0;
virtual void setDaemonHost(const std::string &hostname) = 0;
};