From a3748f40ea673428c71832bc7aed9a6a8ef0d20e Mon Sep 17 00:00:00 2001 From: NanoAkron Date: Tue, 11 Oct 2016 02:45:21 +0100 Subject: Rewrote add_wallet_create_if_needed for clearer flow and behaviour --- src/wallet/wallet2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/wallet2.h') diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 2754f4b09..4cd74d4a2 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -423,7 +423,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); -- cgit v1.2.3