Skip to content

Commit

Permalink
Actually fixed checkpoints
Browse files Browse the repository at this point in the history
Fixed hashes of checkpoint blocks to match those on http://bbqabe.rainbowdashh.tk/ as it was hanging at 86424 before.
  • Loading branch information
rspilk committed May 2, 2013
1 parent 6a68d52 commit 7fc723d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ namespace Checkpoints
( 8, uint256("0x8614eae7441737fa1c862713ecce5a7251136931887d6767f02ca439961a9b5a"))
( 32, uint256("0x19ed170b3ecbb228ee085869ed8afdaf1ade6e57045b03d9e0a05c8c7e3b5f75"))
( 674, uint256("0xd70cd046b76ab8bd9af9953fa56d852f6a671a1f009322c63b096071723ec8d4"))
( 86425, uint256("0x00000b64041067a9cc8ad4b84e6a638ced0513319724bae7ceacbaf97380b4ae"))
(303403, uint256("0x000000055630929f820ae426788290a5c0235c1f6d7d2d6675865ad757d342c2"))
( 86425, uint256("0x5bb676c3ea2d9cdc2589e7fa53874c425317aa9dadf0ae503fb7cf804cab9762"))
(303403, uint256("0x6d7493ffc82a9553cf20ffca41ace762c3e4e7db4fe6f820675cdf387116342f"))
(350000, uint256("0xd637294e567884acc789daa2aa12705d918a9545fd96ea6088e979df858fac31"))
;
/*
static MapCheckpoints mapCheckpointsTestnet =
Expand Down

0 comments on commit 7fc723d

Please sign in to comment.