From b27f060815a5fc3dde224f42d5ba9c6f2db5d2c0 Mon Sep 17 00:00:00 2001 From: monero-project Date: Wed, 7 May 2014 19:55:34 -0400 Subject: [PATCH] added checkpoint @ 29556 --- src/cryptonote_core/checkpoints_create.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cryptonote_core/checkpoints_create.h b/src/cryptonote_core/checkpoints_create.h index 9088b092d..2aa67c90d 100644 --- a/src/cryptonote_core/checkpoints_create.h +++ b/src/cryptonote_core/checkpoints_create.h @@ -13,6 +13,7 @@ namespace cryptonote { inline bool create_checkpoints(cryptonote::checkpoints& checkpoints) { ADD_CHECKPOINT(22231, "7cb10e29d67e1c069e6e11b17d30b809724255fee2f6868dc14cfc6ed44dfb25"); + ADD_CHECKPOINT(29556, "53c484a8ed91e4da621bb2fa88106dbde426fe90d7ef07b9c1e5127fb6f3a7f6"); return true; } }