Skip to content

Commit

Permalink
Update CheckpointsData.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ptdotps2 committed Jun 29, 2022
1 parent 4431330 commit c9212cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Checkpoints/CheckpointsData.h
Expand Up @@ -28,7 +28,10 @@ struct CheckpointData {
const char* blockId;
};


const std::initializer_list<CheckpointData> CHECKPOINTS = {
{ 502, "06676241002eee9588ec326566fe1cbf09acbc78f0468ef50e11b085025ba597" }
, { 191033, "ff2df7698688ab3dfda49ff65672a0a031d6ef7a9615976908b50a61f0891d75" }
};

}

0 comments on commit c9212cf

Please sign in to comment.