wallet2: fix write_watch_only_wallet comment description

release-v0.4.0.1
moneromooo-monero 9 years ago
parent 4bf6f0d57a
commit e05a58aead
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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); 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) * \brief Writes to a file named based on the normal wallet (doesn't generate key, assumes it's already there)
* \param wallet_name Name of wallet file (should exist) * \param wallet_name Base name of wallet file
* \param password Password for wallet file * \param password Password for wallet file
*/ */
void wallet2::write_watch_only_wallet(const std::string& wallet_name, const std::string& password) void wallet2::write_watch_only_wallet(const std::string& wallet_name, const std::string& password)

Loading…
Cancel
Save