mirror of
https://github.com/monero-project/monero.git
synced 2026-01-21 20:13:25 +01:00
@@ -1053,7 +1053,7 @@ uint64_t BlockchainLMDB::height() const
|
||||
LOG_PRINT_L3("BlockchainLMDB::" << __func__);
|
||||
check_open();
|
||||
|
||||
return m_height - 1;
|
||||
return m_height;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user