mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 21:17:25 -04:00
add localDaemonSynced()
This commit is contained in:
@@ -112,6 +112,7 @@ public:
|
||||
Q_INVOKABLE quint64 blockchainHeight() const;
|
||||
Q_INVOKABLE quint64 blockchainTargetHeight() const;
|
||||
Q_INVOKABLE double miningHashRate() const;
|
||||
Q_INVOKABLE bool localDaemonSynced() const;
|
||||
|
||||
Q_INVOKABLE bool isMining() const;
|
||||
Q_INVOKABLE bool startMining(const QString &address, quint32 threads, bool backgroundMining, bool ignoreBattery);
|
||||
|
||||
Reference in New Issue
Block a user