Skip to content

Commit

Permalink
chaincfg: Add testnet checkpoint at height 249802.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Mar 7, 2018
1 parent b69b21b commit 06b8246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chaincfg/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ var TestNet2Params = Params{
{140000, newHashFromStr("00000000015736a13fb25ef414947a8a7a4359ef5a00e3a03d6089f38f16f2de")},
{157500, newHashFromStr("00000000052684525a3fedd619247b148eaa3ac38ab45781a1571099fd6036cf")},
{175000, newHashFromStr("0000000000320a623fcc6453986ef13423f455ddf0f788ad1f2bda43858ccb8d")},
{249802, newHashFromStr("0000000000153386623d86ce70cc9372fa000ac3b999eff11b9fc7a3ca0d072a")},
},

// Consensus rule change deployments.
Expand Down

0 comments on commit 06b8246

Please sign in to comment.