diff options
author | NanoAkron <nanoakron@users.noreply.github.com> | 2016-10-11 02:45:21 +0100 |
---|---|---|
committer | NanoAkron <nanoakron@users.noreply.github.com> | 2016-10-15 22:29:28 +0100 |
commit | a3748f40ea673428c71832bc7aed9a6a8ef0d20e (patch) | |
tree | b6bf21296597104d1396a949ce0da5d01667df98 /src/wallet/wallet2.h | |
parent | Merge pull request #1180 (diff) | |
download | monero-a3748f40ea673428c71832bc7aed9a6a8ef0d20e.tar.xz |
Rewrote add_wallet_create_if_needed for clearer flow and behaviour
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |