mirror of
https://github.com/monero-project/monero.git
synced 2025-11-29 20:26:32 -05:00
Merge pull request #1380
657a70e0 wallet: add a getter for the filename path (moneromooo-monero)
This commit is contained in:
commit
3d533d1037
5 changed files with 14 additions and 0 deletions
|
|
@ -399,6 +399,11 @@ std::string WalletImpl::integratedAddress(const std::string &payment_id) const
|
|||
return m_wallet->get_account().get_public_integrated_address_str(pid, m_wallet->testnet());
|
||||
}
|
||||
|
||||
std::string WalletImpl::path() const
|
||||
{
|
||||
return m_wallet->path();
|
||||
}
|
||||
|
||||
bool WalletImpl::store(const std::string &path)
|
||||
{
|
||||
clearStatus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue