aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-06-24 16:17:06 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-07-18 23:02:18 +0300
commit00ed12bd6c6457749e018b93301ec18c1a0624ab (patch)
tree995bd447095c84c53c64958cb64573520744f42c /src/wallet/wallet2_api.h
parentMerge pull request #889 (diff)
downloadmonero-00ed12bd6c6457749e018b93301ec18c1a0624ab.tar.xz
Wallet::paymentIdValid
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r--src/wallet/wallet2_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h
index 66987e4c5..fefdf98c4 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -175,6 +175,7 @@ struct Wallet
static uint64_t amountFromString(const std::string &amount);
static uint64_t amountFromDouble(double amount);
static std::string genPaymentId();
+ static bool paymentIdValid(const std::string &paiment_id);
// TODO?
// virtual uint64_t unlockedDustBalance() const = 0;