diff options
author | warptangent <warptangent@inbox.com> | 2014-12-11 02:48:04 -0800 |
---|---|---|
committer | warptangent <warptangent@inbox.com> | 2014-12-11 02:55:44 -0800 |
commit | 583cf0ad8a59b8bded1bd075d06e3ace2fa611e5 (patch) | |
tree | 9cea428d88161d2c60ce444fee01dc3f5cf4d7fa /src/wallet | |
parent | Repeat prompt for wallet path if invalid (diff) | |
download | monero-583cf0ad8a59b8bded1bd075d06e3ace2fa611e5.tar.xz |
Document existing function
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index dface0a7d..e037bf42d 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -224,6 +224,12 @@ namespace tools a & m_payments; } + /*! + * \brief Check if wallet keys and bin files exist + * \param file_path Wallet file path + * \param keys_file_exists Whether keys file exists + * \param wallet_file_exists Whether bin file exists + */ static void wallet_exists(const std::string& file_path, bool& keys_file_exists, bool& wallet_file_exists); /*! * \brief Check if wallet file path is valid format |