diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-11-08 22:44:15 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-11-08 22:44:15 +0200 |
commit | c05cecf036cc8c9c2eedbda3f31bafa392b2b6ff (patch) | |
tree | c0a3d6967b0889032d497a95a03ae78c3a89bf02 /src/wallet/api/wallet_manager.h | |
parent | Merge pull request #1296 (diff) | |
parent | wallet_api: txkey checking functions for the GUI (diff) | |
download | monero-c05cecf036cc8c9c2eedbda3f31bafa392b2b6ff.tar.xz |
Merge pull request #1297
af8a260 wallet_api: txkey checking functions for the GUI (moneromooo.monero)
Diffstat (limited to 'src/wallet/api/wallet_manager.h')
-rw-r--r-- | src/wallet/api/wallet_manager.h | 1 |
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() {} |