diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-10 12:51:09 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-10 12:51:09 +0300 |
commit | c554055ce435ae2752820ba317d801f143804b3c (patch) | |
tree | 56e99bdd4f3e5d6760ae47cc06e8f5a6ee23e55d /src/wallet/api/wallet.h | |
parent | removed unused "using" (diff) | |
download | monero-c554055ce435ae2752820ba317d801f143804b3c.tar.xz |
Wallet::filename, Wallet::keysFilename, tests for move wallet
Diffstat (limited to '')
-rw-r--r-- | src/wallet/api/wallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index c0fa31003..c402ef53c 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -61,6 +61,8 @@ public: bool setPassword(const std::string &password); std::string address() const; bool store(const std::string &path); + std::string filename() const; + std::string keysFilename() const; bool init(const std::string &daemon_address, uint64_t upper_transaction_size_limit); bool connectToDaemon(); void setTrustedDaemon(bool arg); |