mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 13:43:29 +01:00
Typo fixed
This commit is contained in:
parent
2efec04f74
commit
563baf1b68
@ -219,7 +219,7 @@ namespace tools
|
|||||||
void store();
|
void store();
|
||||||
/*!
|
/*!
|
||||||
* \brief store_to - stores wallet to another file(s), deleting old ones
|
* \brief store_to - stores wallet to another file(s), deleting old ones
|
||||||
* \param path - path to the wallet file (withkeys and address filenames will be generated based on this filename)
|
* \param path - path to the wallet file (keys and address filenames will be generated based on this filename)
|
||||||
* \param password - password to protect new wallet (TODO: probably better save the password in the wallet object?)
|
* \param password - password to protect new wallet (TODO: probably better save the password in the wallet object?)
|
||||||
*/
|
*/
|
||||||
void store_to(const std::string &path, const std::string &password);
|
void store_to(const std::string &path, const std::string &password);
|
||||||
|
Loading…
Reference in New Issue
Block a user