mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Document existing function
This commit is contained in:
parent
95eb944ead
commit
583cf0ad8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user