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 | |
| parent | 0b93dd39dbad9f29af6ea9f5800ced17b7c60ec9 (diff) | |
| parent | a3748f40ea673428c71832bc7aed9a6a8ef0d20e (diff) | |
| download | monzero-core-b53c9e55496d6a9b0f1636cfb88db9260bc0a8a7.tar.gz monzero-core-b53c9e55496d6a9b0f1636cfb88db9260bc0a8a7.tar.xz monzero-core-b53c9e55496d6a9b0f1636cfb88db9260bc0a8a7.zip | |
Merge pull request #1200
a3748f4 Rewrote add_wallet_create_if_needed for clearer flow and behaviour (NanoAkron)
Diffstat (limited to 'src/wallet')
| -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); |
