Typo fixed

This commit is contained in:
Ilya Kitaev 2016-06-22 14:37:53 +03:00
parent f1c4a376af
commit eec0f57d60

View file

@ -219,7 +219,7 @@ namespace tools
void store();
/*!
* \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?)
*/
void store_to(const std::string &path, const std::string &password);