mirror of
https://github.com/monero-project/monero.git
synced 2025-06-08 21:42:42 -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
|
@ -148,10 +148,11 @@ namespace cryptonote
|
|||
|
||||
/**
|
||||
* @brief loads the default main chain checkpoints
|
||||
* @param testnet whether to load testnet checkpoints or mainnet
|
||||
*
|
||||
* @return true unless adding a checkpoint fails
|
||||
*/
|
||||
bool init_default_checkpoints();
|
||||
bool init_default_checkpoints(bool testnet);
|
||||
|
||||
/**
|
||||
* @brief load new checkpoints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue