[lbry] chaincfg: add chckpoint at block 946,000
This commit is contained in:
parent
4e68d1fb81
commit
87c3243bf1
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ var MainNetParams = Params{
|
|||
// Checkpoints ordered from oldest to newest.
|
||||
Checkpoints: []Checkpoint{
|
||||
// {4000, newHashFromStr("a6bbb48f5343eb9b0287c22f3ea8b29f36cf10794a37f8a925a894d6f4519913")},
|
||||
{946000, newHashFromStr("0d3b537afe49820e1c6efc555463f955251b1293c6e5130137e1e25744431172")},
|
||||
},
|
||||
|
||||
// Consensus rule change deployments.
|
||||
|
|
Loading…
Reference in a new issue