From 24ccd27d790a45576d93d39ad2839eae320ac791 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Thu, 12 Jan 2017 22:28:37 +0100 Subject: Add rescan spent button --- src/libwalletqt/Wallet.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libwalletqt/Wallet.cpp') diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index 25670662..f8c6bb1d 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -507,6 +507,11 @@ bool Wallet::parse_uri(const QString &uri, QString &address, QString &payment_id return res; } +bool Wallet::rescanSpent() +{ + return m_walletImpl->rescanSpent(); +} + Wallet::Wallet(Monero::Wallet *w, QObject *parent) : QObject(parent) , m_walletImpl(w) -- cgit v1.2.3