aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.h
diff options
context:
space:
mode:
authormoneromooo.monero <moneromooo.monero@users.noreply.github.com>2016-11-05 14:59:39 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-11-05 15:24:05 +0000
commitaf8a2600aa9d22ff4303ba1737c6ed8bb6d2ee55 (patch)
tree7fe5706c652493676b040e27a8e24256fa164f20 /src/wallet/api/wallet_manager.h
parentMerge pull request #1272 (diff)
downloadmonero-af8a2600aa9d22ff4303ba1737c6ed8bb6d2ee55.tar.xz
wallet_api: txkey checking functions for the GUI
Diffstat (limited to 'src/wallet/api/wallet_manager.h')
-rw-r--r--src/wallet/api/wallet_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet_manager.h b/src/wallet/api/wallet_manager.h
index 2e932a2a1..489abe764 100644
--- a/src/wallet/api/wallet_manager.h
+++ b/src/wallet/api/wallet_manager.h
@@ -46,6 +46,7 @@ public:
std::vector<std::string> findWallets(const std::string &path);
std::string errorString() const;
void setDaemonHost(const std::string &hostname);
+ bool checkPayment(const std::string &address, const std::string &txid, const std::string &txkey, const std::string &daemon_address, uint64_t &received, uint64_t &height, std::string &error) const;
private:
WalletManagerImpl() {}