Merge pull request #1200

a3748f4 Rewrote add_wallet_create_if_needed for clearer flow and behaviour (NanoAkron)
This commit is contained in:
Riccardo Spagni
2016-10-22 22:07:38 +02:00
2 changed files with 67 additions and 54 deletions

View File

@@ -422,7 +422,6 @@ namespace tools
* \return Whether path is valid format
*/
static bool wallet_valid_path_format(const std::string& file_path);
static bool parse_long_payment_id(const std::string& payment_id_str, crypto::hash& payment_id);
static bool parse_short_payment_id(const std::string& payment_id_str, crypto::hash8& payment_id);
static bool parse_payment_id(const std::string& payment_id_str, crypto::hash& payment_id);