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.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jolan authored Jun 7, 2017
1 parent f01a8bf commit 8089551
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chaincfg/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ var MainNetParams = Params{
{85410, newHashFromStr("00000000000013ec928074bea6eac9754aa614c7acb20edf300f18b0cd122692")},
{99880, newHashFromStr("0000000000000cb2a9a9ded647b9f78aae51ace32dd8913701d420ead272913c")},
{123080, newHashFromStr("000000000000009ea6e02d0f0424f445ed50686f9ae4aecdf3b268e981114477")},
{135960, newHashFromStr("00000000000001d2f9bbca9177972c0ba45acb40836b72945a75d73b99079498")},
},

// The miner confirmation window is defined as:
Expand Down Expand Up @@ -669,6 +670,8 @@ var TestNet2Params = Params{
Checkpoints: []Checkpoint{
{12500, newHashFromStr("000000000046db2b18647632bac76577e418a5cdd8508a2f1cd82a6b30c3e854")},
{25000, newHashFromStr("0000000000970b7f74178ba6bc3426cd2a65ab854c04e92f542567843f5612a2")},
{37500, newHashFromStr("0000000000e5f9b3eb57259439694d3f12cd3b485cca54089fe3d4cc5c7c3e51")},
{50000, newHashFromStr("0000000005bcc5dd36ba08523d32a3a581f1ef7376929f5b89757d1c9ced4154")},
},

// Consensus rule change deployments.
Expand Down

0 comments on commit 8089551

Please sign in to comment.