From 583cf0ad8a59b8bded1bd075d06e3ace2fa611e5 Mon Sep 17 00:00:00 2001 From: warptangent Date: Thu, 11 Dec 2014 02:48:04 -0800 Subject: [PATCH] Document existing function --- src/wallet/wallet2.h | 6 ++++++ 1 file changed, 6 insertions(+) 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