mirror of
https://github.com/monero-project/monero.git
synced 2026-01-16 14:53:00 -08:00
Merge pull request #5034
13785ec9 wallet api/device: set estimated restore height if none is provided (selsta)
This commit is contained in:
@@ -942,6 +942,12 @@ uint64_t WalletImpl::approximateBlockChainHeight() const
|
||||
{
|
||||
return m_wallet->get_approximate_blockchain_height();
|
||||
}
|
||||
|
||||
uint64_t WalletImpl::estimateBlockChainHeight() const
|
||||
{
|
||||
return m_wallet->estimate_blockchain_height();
|
||||
}
|
||||
|
||||
uint64_t WalletImpl::daemonBlockChainHeight() const
|
||||
{
|
||||
if(m_wallet->light_wallet()) {
|
||||
|
||||
Reference in New Issue
Block a user