Skip to content

Commit

Permalink
Security Checkpoint at block 14700.
Browse files Browse the repository at this point in the history
Security Checkpoint at block 14700.
  • Loading branch information
m1x@hushmail.com committed Jun 16, 2015
1 parent 495873c commit b0dfbe4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion M1.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.3.2, 2015-05-31T15:09:31. -->
<!-- Written by QtCreator 3.3.2, 2015-06-15T19:10:56. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down
9 changes: 5 additions & 4 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ namespace Checkpoints
static MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
( 0, hashGenesisBlock )
( 1975, uint256("0x0000000000e3a006c37e79867497881e398be4ce6058f5988a92dbd1c7b16f37"))
( 2020, uint256("0xab897db5a196dc7d6a937a93dca1650e0c052aff99a15a309bd350171a3e0a14"))
( 4980, uint256("0xb0b5505ecbeab53867e42eba16492688198f22a345730baa610869ab28724c9c"))
( 5005, uint256("0x08fa604737a98c3fa21b6b15bc8bdcad1abdc5ad091c9aa98b2b3aac7769a92c"))
( 1975, uint256("0x0000000000e3a006c37e79867497881e398be4ce6058f5988a92dbd1c7b16f37"))
( 2020, uint256("0xab897db5a196dc7d6a937a93dca1650e0c052aff99a15a309bd350171a3e0a14"))
( 4980, uint256("0xb0b5505ecbeab53867e42eba16492688198f22a345730baa610869ab28724c9c"))
( 5005, uint256("0x08fa604737a98c3fa21b6b15bc8bdcad1abdc5ad091c9aa98b2b3aac7769a92c"))
( 14700, uint256("0xe36d97986afe2851d25c8909972505df1cd5f161fd046f802e58d96035c81815"))
;

// TestNet has no checkpoints
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 1
#define CLIENT_VERSION_BUILD 2

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
Expand Down

0 comments on commit b0dfbe4

Please sign in to comment.