Skip to content

Commit

Permalink
fixed genesis hash
Browse files Browse the repository at this point in the history
  • Loading branch information
kamidude committed Jan 26, 2014
1 parent e1d9784 commit c13aaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkpoints.cpp
Expand Up @@ -35,7 +35,7 @@ namespace Checkpoints
// + Contains no strange transactions
static MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
( 0, uint256("0xf5ae71e26c74beacc88382716aced69cddf3dffff24f384e1808905e0188f68f"))
( 0, uint256("0x56976ec578752667ee37a6e21b37a944ec5b17b2bfc11e97e0882aedc4e4f3c9"))
;
static const CCheckpointData data = {
&mapCheckpoints,
Expand Down

0 comments on commit c13aaec

Please sign in to comment.