diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-11 16:32:46 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-25 21:16:35 +0100 |
| commit | cdbbe99c829a5169a31386ef65400050f207170f (patch) | |
| tree | 5f38127fa220bf529d89f29249570e0974d94279 /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 493fad80532bb0e2c12e0f77d79d5a31c0627139 (diff) | |
| download | monzero-core-cdbbe99c829a5169a31386ef65400050f207170f.tar.gz monzero-core-cdbbe99c829a5169a31386ef65400050f207170f.tar.xz monzero-core-cdbbe99c829a5169a31386ef65400050f207170f.zip | |
checkpoints: add a token checkpoint on testnet (the genesis block)
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 2de084d7e..57347fdbc 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -183,7 +183,7 @@ namespace cryptonote if (!m_testnet && !m_fakechain) { cryptonote::checkpoints checkpoints; - if (!checkpoints.init_default_checkpoints()) + if (!checkpoints.init_default_checkpoints(m_testnet)) { throw std::runtime_error("Failed to initialize checkpoints"); } |
