cryptonote_core: initialize checkpoint flag
This commit is contained in:
parent
0c6ea4f8a6
commit
0722aea3df
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue