Skip to content

Commit

Permalink
New checkpoints added - BLOC v3.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
furiousteam committed Jul 26, 2019
1 parent caad6cb commit 2e3ae58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion src/config/CryptoNoteCheckpoints.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ const std::initializer_list<CheckpointData> CHECKPOINTS = {
{ 220000, "1df36e103a7e6b8e86731ce5cd68f4fc318f7af4f89bffd804cd96d977f90f08"},
{ 230000, "aff3b5d36449894e6951d4d3ef60d488540822908c09cef368b48d96e3a7c403"},
{ 235000, "9d7eb99099aef2f7299f15f26e51265042a8807147c2ff0523a8564c1e8bd6cb"},
{ 240000, "a705148dcbd2e34900e1a86ee41a81c24ccbf728ba47a477b6000ef149e1cc2c"}
{ 240000, "a705148dcbd2e34900e1a86ee41a81c24ccbf728ba47a477b6000ef149e1cc2c"},
{ 245000, "697748a426e06c3f562ee04d70304fa6ff08027b31262fa606c053698fffd798"},
{ 250000, "e878fbaac64f65c47c2913ff96ec1eb1e7d0b2390e1f1694602f4d0d6ff711ce"},
{ 255000, "06cccf1149b812a2726fa774c7fb0c8e3b7c4dd42a322cac3f54cf07e87cb90b"},
{ 260000, "02ec9ccc04759d3a97fd9ff6ae7ed650507069a288186f2bbee9016765d5eb6b"},
{ 265000, "a46ab829610ff22f7f947a452fe3ab371a953e7375963bd6900180968a50620c"},
{ 270000, "6b73be4fdf18f020b13d2ebd2f12dfce60522b5e28f8c78d125a9a79267b13b5"},
{ 275000, "8c541a7b35cbfa74c968fc34f85b976234c4ec83f3c736e7de2affdc19061685"},
{ 280000, "45451334c6c37829c43db3fcb4ac6111c42fa0d9e8593e2b04c5657fee4c6375"},
{ 285000, "9adde7f3f5c02eb7ff2aa1a0458c627c792b7f24962a379a0a600178ee26b89b"},
{ 290000, "09cf04f4659071f1d38b26d606a598efa842c95d120454cc6887210b667221c8"},
{ 295000, "27370874f5818bafefc5b9efd1e3a83a39c5bb9c77d0cedac84924d808291c5f"}
};
}
2 changes: 1 addition & 1 deletion src/config/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define APP_VER_MAJOR 3
#define APP_VER_MINOR 0
#define APP_VER_REV 0
#define APP_VER_BUILD 2
#define APP_VER_BUILD 3

#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION STR(APP_VER_MAJOR) "." STR(APP_VER_MINOR) "." STR(APP_VER_REV)
Expand Down

0 comments on commit 2e3ae58

Please sign in to comment.