diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-07-02 18:42:45 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-07-02 18:45:25 +0100 |
commit | 0722aea3df03c132345eaf8add186b0546816af9 (patch) | |
tree | a2bb437c7814ba352c42085d478e7bdcd734129a /src | |
parent | Merge pull request #2111 (diff) | |
download | monero-0722aea3df03c132345eaf8add186b0546816af9.tar.xz |
cryptonote_core: initialize checkpoint flag
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index c601c066c..4cfa52441 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -78,6 +78,7 @@ namespace cryptonote m_last_json_checkpoints_update(0), m_update_download(0) { + m_checkpoints_updating.clear(); set_cryptonote_protocol(pprotocol); } void core::set_cryptonote_protocol(i_cryptonote_protocol* pprotocol) |