diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-22 14:37:53 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-23 16:01:41 +0300 |
| commit | 563baf1b68b091fc39054e4da9b74a05da71de98 (patch) | |
| tree | e525be7c27ea8276d01984981b708554ba146af9 | |
| parent | 2efec04f74b8767d86b4b85aac1b6ec1fdc7e1b3 (diff) | |
| download | monzero-core-563baf1b68b091fc39054e4da9b74a05da71de98.tar.gz monzero-core-563baf1b68b091fc39054e4da9b74a05da71de98.tar.xz monzero-core-563baf1b68b091fc39054e4da9b74a05da71de98.zip | |
Typo fixed
| -rw-r--r-- | src/wallet/wallet2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index a434cd714..6e49b8dac 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -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); |
