aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-01-08 16:42:08 -0800
committerRiccardo Spagni <ric@spagni.net>2017-01-08 16:42:08 -0800
commit6cbfe0f849d6e3e96f82ce314b85ce0f8c1ef32e (patch)
tree33a162a4e7eb93aac62e90572357039720f52702 /src/wallet/wallet2_api.h
parentMerge pull request #1515 (diff)
parentwallet2_api: add an address book payment id lookup API (diff)
downloadmonero-6cbfe0f849d6e3e96f82ce314b85ce0f8c1ef32e.tar.xz
Merge pull request #1521
21c5af5a wallet2_api: add an address book payment id lookup API (moneromooo-monero)
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 a7162afcb..e5707ad09 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -175,6 +175,7 @@ struct AddressBook
virtual void refresh() = 0;
virtual std::string errorString() const = 0;
virtual int errorCode() const = 0;
+ virtual int lookupPaymentID(const std::string &payment_id) const = 0;
};
struct WalletListener