Document existing function

This commit is contained in:
warptangent 2014-12-11 02:48:04 -08:00
parent 95eb944ead
commit 583cf0ad8a
1 changed files with 6 additions and 0 deletions

View File

@ -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