diff --git a/src/Checkpoints/CheckpointsData.h b/src/Checkpoints/CheckpointsData.h index 4559cf1..603234e 100644 --- a/src/Checkpoints/CheckpointsData.h +++ b/src/Checkpoints/CheckpointsData.h @@ -28,7 +28,10 @@ struct CheckpointData { const char* blockId; }; + const std::initializer_list CHECKPOINTS = { + { 502, "06676241002eee9588ec326566fe1cbf09acbc78f0468ef50e11b085025ba597" } +, { 191033, "ff2df7698688ab3dfda49ff65672a0a031d6ef7a9615976908b50a61f0891d75" } }; - + }