aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-03-11 17:05:36 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-03-16 14:29:06 +0300
commit5a4f099540750c5bf9c610b4550bc4e8cf25f176 (patch)
tree9e8f586eaa91849adbeccb27c37d8283490a4fde /src/wallet/wallet2.h
parentchanges in wallet2_api + implemented WalletManager::openWallet (diff)
downloadmonero-5a4f099540750c5bf9c610b4550bc4e8cf25f176.tar.xz
Wallet::setPassword() method for wallet2_api
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index 6c689d4ba..2835815b7 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -348,8 +348,11 @@ namespace tools
bool get_tx_key(const crypto::hash &txid, crypto::secret_key &tx_key) const;
+
bool use_fork_rules(uint8_t version);
+ std::string get_wallet_file() const;
+ std::string get_keys_file() const;
private:
/*!
* \brief Stores wallet information to wallet file.