mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 23:26:44 -08:00
Wallet2: calculate approximate blockchain height on offline creation
Wallet API: add approximateBlockChainHeight()
This commit is contained in:
@@ -469,7 +469,10 @@ uint64_t WalletImpl::blockChainHeight() const
|
||||
{
|
||||
return m_wallet->get_blockchain_current_height();
|
||||
}
|
||||
|
||||
uint64_t WalletImpl::approximateBlockChainHeight() const
|
||||
{
|
||||
return m_wallet->get_approximate_blockchain_height();
|
||||
}
|
||||
uint64_t WalletImpl::daemonBlockChainHeight() const
|
||||
{
|
||||
std::string err;
|
||||
|
||||
Reference in New Issue
Block a user