aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/checkpoints_create.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptonote_core/checkpoints_create.h')
-rw-r--r--src/cryptonote_core/checkpoints_create.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/checkpoints_create.h b/src/cryptonote_core/checkpoints_create.h
index 304096ef2..9088b092d 100644
--- a/src/cryptonote_core/checkpoints_create.h
+++ b/src/cryptonote_core/checkpoints_create.h
@@ -12,7 +12,7 @@
namespace cryptonote {
inline bool create_checkpoints(cryptonote::checkpoints& checkpoints)
{
- ADD_CHECKPOINT(22231, "d69526de16c58b07058bd80a9a8c99389814d17b1935623223b0d6e4a311b80f");
+ ADD_CHECKPOINT(22231, "7cb10e29d67e1c069e6e11b17d30b809724255fee2f6868dc14cfc6ed44dfb25");
return true;
}
}