mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-20 20:57:27 -04:00
Add rescan spent button
This commit is contained in:
@@ -210,8 +210,9 @@ public:
|
||||
|
||||
Q_INVOKABLE bool setUserNote(const QString &txid, const QString ¬e);
|
||||
Q_INVOKABLE QString getUserNote(const QString &txid) const;
|
||||
|
||||
Q_INVOKABLE QString getTxKey(const QString &txid) const;
|
||||
// Rescan spent outputs
|
||||
Q_INVOKABLE bool rescanSpent();
|
||||
|
||||
// TODO: setListenter() when it implemented in API
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user