From 288d3c75c31887fe0651c3eae36e663813bba1e3 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Fri, 4 Aug 2017 22:38:37 +0200 Subject: wallet2: add remove_obsolete_pool_txs() --- src/wallet/wallet2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wallet/wallet2.h') 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 &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; -- cgit v1.2.3