diff options
author | Jaquee <jaquee.monero@gmail.com> | 2017-08-04 22:38:37 +0200 |
---|---|---|
committer | Jaquee <jaquee.monero@gmail.com> | 2017-10-15 17:39:54 +0200 |
commit | 288d3c75c31887fe0651c3eae36e663813bba1e3 (patch) | |
tree | d2a165fbec4d48d986f0852f6294525858eda155 /src/wallet/wallet2.h | |
parent | wallet2: add on_pool_tx_removed callback (diff) | |
download | monero-288d3c75c31887fe0651c3eae36e663813bba1e3.tar.xz |
wallet2: add remove_obsolete_pool_txs()
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 37f59f831..034dd693b 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -696,6 +696,7 @@ namespace tools uint64_t import_key_images(const std::string &filename, uint64_t &spent, uint64_t &unspent); void update_pool_state(bool refreshed = false); + void remove_obsolete_pool_txs(const std::vector<crypto::hash> &tx_hashes); std::string encrypt(const std::string &plaintext, const crypto::secret_key &skey, bool authenticated = true) const; std::string encrypt_with_view_secret_key(const std::string &plaintext, bool authenticated = true) const; |