aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-08-13 20:02:49 +0200
committerRiccardo Spagni <ric@spagni.net>2015-08-13 20:02:54 +0200
commit5e68f97371b32e820722addba5e5f6e765806cc6 (patch)
treefb9c68c64665c1a37075ac8f34e70ef8ff6fb826 /src/wallet/wallet2.h
parentMerge pull request #365 (diff)
parentwallet: new rescan_spent command to update outputs' spent status (diff)
downloadmonero-5e68f97371b32e820722addba5e5f6e765806cc6.tar.xz
Merge pull request #366
aa5bc35 wallet: new rescan_spent command to update outputs' spent status (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r--src/wallet/wallet2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index eee6aa58c..ffe9ad0e5 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -235,6 +235,7 @@ namespace tools
void get_payments(const crypto::hash& payment_id, std::list<wallet2::payment_details>& payments, uint64_t min_height = 0) const;
void get_payments(std::list<std::pair<crypto::hash,wallet2::payment_details>>& payments, uint64_t min_height) const;
uint64_t get_blockchain_current_height() const { return m_local_bc_height; }
+ void rescan_spent();
template <class t_archive>
inline void serialize(t_archive &a, const unsigned int ver)
{