mirror of
https://github.com/monero-project/monero.git
synced 2025-07-24 08:00:37 -04:00
Merge pull request #1133
cec090f
Revert "Fix fake 'network synchronized, begin using' messages" (moneromooo-monero)
This commit is contained in:
commit
d60826c0b9
2 changed files with 2 additions and 5 deletions
|
@ -958,10 +958,7 @@ namespace cryptonote
|
|||
//-----------------------------------------------------------------------------------------------
|
||||
void core::set_target_blockchain_height(uint64_t target_blockchain_height)
|
||||
{
|
||||
if (target_blockchain_height > m_target_blockchain_height)
|
||||
{
|
||||
m_target_blockchain_height = target_blockchain_height;
|
||||
}
|
||||
m_target_blockchain_height = target_blockchain_height;
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------
|
||||
uint64_t core::get_target_blockchain_height() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue