mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
Wallet::filename, Wallet::keysFilename, tests for move wallet
This commit is contained in:
@@ -303,6 +303,16 @@ bool WalletImpl::store(const std::string &path)
|
||||
return m_status == Status_Ok;
|
||||
}
|
||||
|
||||
string WalletImpl::filename() const
|
||||
{
|
||||
return m_wallet->get_wallet_file();
|
||||
}
|
||||
|
||||
string WalletImpl::keysFilename() const
|
||||
{
|
||||
return m_wallet->get_keys_file();
|
||||
}
|
||||
|
||||
bool WalletImpl::init(const std::string &daemon_address, uint64_t upper_transaction_size_limit)
|
||||
{
|
||||
clearStatus();
|
||||
|
||||
Reference in New Issue
Block a user