mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 03:25:33 -04:00
checkpoints: add a token checkpoint on testnet (the genesis block)
This commit is contained in:
parent
493fad8053
commit
cdbbe99c82
3 changed files with 10 additions and 3 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue