Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
chaincfg: update checkpoints for 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jolan authored Jun 20, 2017
1 parent ce4b77d commit 9be7a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chaincfg/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ var MainNetParams = Params{
{99880, newHashFromStr("0000000000000cb2a9a9ded647b9f78aae51ace32dd8913701d420ead272913c")},
{123080, newHashFromStr("000000000000009ea6e02d0f0424f445ed50686f9ae4aecdf3b268e981114477")},
{135960, newHashFromStr("00000000000001d2f9bbca9177972c0ba45acb40836b72945a75d73b99079498")},
{139740, newHashFromStr("00000000000001397179ae1aff156fb1aea228938d06b83e43b78b1c44527b5b")},
},

// The miner confirmation window is defined as:
Expand Down Expand Up @@ -672,6 +673,7 @@ var TestNet2Params = Params{
{25000, newHashFromStr("0000000000970b7f74178ba6bc3426cd2a65ab854c04e92f542567843f5612a2")},
{37500, newHashFromStr("0000000000e5f9b3eb57259439694d3f12cd3b485cca54089fe3d4cc5c7c3e51")},
{50000, newHashFromStr("0000000005bcc5dd36ba08523d32a3a581f1ef7376929f5b89757d1c9ced4154")},
{62500, newHashFromStr("0000000003c0223971c732c49f019f449b494fdb822b67eb178fa4cf5d3b16ef")},
},

// Consensus rule change deployments.
Expand Down

0 comments on commit 9be7a46

Please sign in to comment.