diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-10-22 22:07:38 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-10-22 22:07:38 +0200 |
commit | b53c9e55496d6a9b0f1636cfb88db9260bc0a8a7 (patch) | |
tree | 84f7951acd55609f978e70d2ccd78a530a6ebed3 /src/wallet/wallet2.h | |
parent | Merge pull request #1237 (diff) | |
parent | Rewrote add_wallet_create_if_needed for clearer flow and behaviour (diff) | |
download | monero-b53c9e55496d6a9b0f1636cfb88db9260bc0a8a7.tar.xz |
Merge pull request #1200
a3748f4 Rewrote add_wallet_create_if_needed for clearer flow and behaviour (NanoAkron)
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 a039c92d6..4777102af 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -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); |