mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 18:37:26 -04:00
add localDaemonSynced()
This commit is contained in:
@@ -275,6 +275,11 @@ bool WalletManager::stopMining()
|
||||
return m_pimpl->stopMining();
|
||||
}
|
||||
|
||||
bool WalletManager::localDaemonSynced() const
|
||||
{
|
||||
return blockchainHeight() > 1 && blockchainHeight() >= blockchainTargetHeight();
|
||||
}
|
||||
|
||||
QString WalletManager::resolveOpenAlias(const QString &address) const
|
||||
{
|
||||
bool dnssec_valid = false;
|
||||
|
||||
Reference in New Issue
Block a user