mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 12:24:30 +01:00
cryptonote_core: initialize checkpoint flag
This commit is contained in:
@@ -78,6 +78,7 @@ namespace cryptonote
|
|||||||
m_last_json_checkpoints_update(0),
|
m_last_json_checkpoints_update(0),
|
||||||
m_update_download(0)
|
m_update_download(0)
|
||||||
{
|
{
|
||||||
|
m_checkpoints_updating.clear();
|
||||||
set_cryptonote_protocol(pprotocol);
|
set_cryptonote_protocol(pprotocol);
|
||||||
}
|
}
|
||||||
void core::set_cryptonote_protocol(i_cryptonote_protocol* pprotocol)
|
void core::set_cryptonote_protocol(i_cryptonote_protocol* pprotocol)
|
||||||
|
|||||||
Reference in New Issue
Block a user