diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-06-20 12:30:11 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-06-20 12:30:31 +0100 |
commit | e05a58aeada8bc51ae5f179cf2086afbc16694d0 (patch) | |
tree | 6d90a010c1416d876aaf9b4bb11c818a22ffeb18 /src | |
parent | simplewallet: forbid seed commands for watch only wallets (diff) | |
download | monero-e05a58aeada8bc51ae5f179cf2086afbc16694d0.tar.xz |
wallet2: fix write_watch_only_wallet comment description
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/wallet2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 151da5602..0b63ecd05 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -689,8 +689,8 @@ void wallet2::rewrite(const std::string& wallet_name, const std::string& passwor THROW_WALLET_EXCEPTION_IF(!r, error::file_save_error, m_keys_file); } /*! - * \brief Rewrites to the wallet file for wallet upgrade (doesn't generate key, assumes it's already there) - * \param wallet_name Name of wallet file (should exist) + * \brief Writes to a file named based on the normal wallet (doesn't generate key, assumes it's already there) + * \param wallet_name Base name of wallet file * \param password Password for wallet file */ void wallet2::write_watch_only_wallet(const std::string& wallet_name, const std::string& password) |