diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 3019baa..48dfada 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -36,6 +36,7 @@ namespace Checkpoints // 17650 to the live tip so stale-bootstrap / low-trust forks below // this height are rejected outright. Hash from the canonical chain. { 2205000, uint256("0x6bdd3c5e5a32e1dd9a70e705f1a28d1dd84929f89579bd2696d41bc87f39446f")}, + { 2206004, uint256("0xb34e8e6a7bb7f52167d81aaad4d26f87a876898fdd0fce860916fc1aaf9a2a46")}, }; // Published UTXO snapshot file SHA256, keyed by snapshot height. @@ -47,6 +48,7 @@ namespace Checkpoints // here. The corresponding (height, blockhash) must already exist in // mapCheckpoints / mapCheckpointsTestnet. static std::map mapSnapshotHashes = { + { 2206004, uint256("0x1419282dae817315ee1b955543f6248233fe5800f5e8488734a0ece5bd6781ea")}, }; static std::map mapSnapshotHashesTestnet = {