Skip to content

Commit

Permalink
modified: src/checkpoints.cpp
Browse files Browse the repository at this point in the history
	modified:   src/kernel.cpp
	modified:   src/version.h
  • Loading branch information
starcoin committed Dec 23, 2013
1 parent 55811e0 commit 8bae019
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ namespace Checkpoints
( 0, hashGenesisBlockOfficial )
( 100, uint256("0x000006ab7ca611673c6a20fc7845b13ab770230a0879c293f55a6729cb765a44"))
( 10000, uint256("0x00000004d1e43697a0b91bfc088c6e6e55789ad810f025a504eb966ae0d82d65"))
( 54309, uint256("0x108dbf03bdc66771d078cb397f03bf084dac3f323d5fc58b57b3386d0426fe42"))
( 80001, uint256("0x000000008f0cbe0804fec9971c7b136a4a3b0e242784e26c8466043490f9b458"))
(106239, uint256("0x00000000327a5e61ff2813269b11580dd4a6aa287ea06c9db504e0b51478a8f3"))
(129471, uint256("0x00000031cbad254a4f09373fbcd27e7490267aaf84197b9873f4c268e1c50240"))
(100000, uint256("0x59fd2cf11f8e1d9b2889cb376f04509c39d5afc7df9c333ec6db0542bb39daf5"))
(200000, uint256("0x00000007ebf95521cf2e4ee16771eda5864ae8c4cccb44fbaaab369640414ee0"))
(300000, uint256("0x00000037cc8dde0f29bf77248e03b07efb5f3a338a4c6c3e0e03e6e3b0440958"))
(371800, uint256("0x000000231e3abea847919c620b5693a36b6e454923b42398db927387523a08e4"))
;

static MapCheckpoints mapCheckpointsTestnet =
Expand Down
8 changes: 4 additions & 4 deletions src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ static std::map<int, unsigned int> mapStakeModifierCheckpoints =
( 0, 0x0e00670bu )
( 100, 0xb52d1d99u )
( 10000, 0xc1c3e28fu )
( 54309, 0xd35b8971u )
( 80001, 0xd55c9f5fu )
(106239, 0x53f16e2cu )
(129471, 0x6431410cu )
(100000, 0x88a23121u )
(200000, 0xfcbb2766u )
(300000, 0x1e19374au )
(371800, 0xa200c164u )
;

// Get the last stake modifier and its generation time from a given block
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static const int BIP0031_VERSION = 60000;
static const int MEMPOOL_GD_VERSION = 60002;

#define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 5
#define DISPLAY_VERSION_MINOR 6
#define DISPLAY_VERSION_REVISION 0
#define DISPLAY_VERSION_BUILD 0

Expand Down

0 comments on commit 8bae019

Please sign in to comment.