diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-06-22 14:37:53 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-22 14:37:53 +0300 |
| commit | eec0f57d60a8c2f69b18566b2baecfb65a2f641d (patch) | |
| tree | 2663a7ae5fea54fba9e4cb5f92de7cfd052c8d62 | |
| parent | f1c4a376af916604e2b142a1169d610f631bd91c (diff) | |
| download | monzero-core-eec0f57d60a8c2f69b18566b2baecfb65a2f641d.tar.gz monzero-core-eec0f57d60a8c2f69b18566b2baecfb65a2f641d.tar.xz monzero-core-eec0f57d60a8c2f69b18566b2baecfb65a2f641d.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 e7e4e7772..85bf33e3f 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); |
