Skip to content

Commit

Permalink
checkpoints: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Aug 8, 2023
1 parent 8f2f5ea commit 51e1af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkpoints/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ bool checkpoints::init_default_checkpoints(network_type nettype) {
"0x54");
ADD_CHECKPOINT2(
20, "992cf60da2c6a5643bb5bc0674af748473fa2b40ceb4739cde1e9d4a7d35dbbc",
"0x1d4c84")
"0x1d4c84");

return true;
}
Expand Down

0 comments on commit 51e1af2

Please sign in to comment.