aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints/checkpoints.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-06-13 17:36:41 +0200
committerRiccardo Spagni <ric@spagni.net>2019-06-13 17:36:41 +0200
commit6ed1679bf86849687cf01135827818f54fca8ddc (patch)
tree6a001c2fe29af2fae9552c29a97091d6cacb617e /src/checkpoints/checkpoints.cpp
parentMerge pull request #5633 (diff)
downloadmonero-6ed1679bf86849687cf01135827818f54fca8ddc.tar.xz
prep for 0.14.1 release
Diffstat (limited to '')
-rw-r--r--src/checkpoints/checkpoints.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkpoints/checkpoints.cpp b/src/checkpoints/checkpoints.cpp
index e31b96646..11bbe2e24 100644
--- a/src/checkpoints/checkpoints.cpp
+++ b/src/checkpoints/checkpoints.cpp
@@ -209,6 +209,7 @@ namespace cryptonote
ADD_CHECKPOINT(1579000, "7d0d7a2346373afd41ed1e744a939fc5d474a7dbaa257be5c6fff4009e789241");
ADD_CHECKPOINT(1668900, "ac2dcaf3d2f58ffcf8391639f0f1ebafcb8eac43c49479c7c37f611868d07568");
ADD_CHECKPOINT(1775600, "1c6e01c661dc22cab939e79ec6a5272190624ce8356d2f7b958e4f9a57fdb05e");
+ ADD_CHECKPOINT(1856000, "9b57f17f29c71a3acd8a7904b93c41fa6eb8d2b7c73936ce4f1702d14880ba29");
return true;
}