Skip to content

Commit

Permalink
Add utxo set checkpoint hash and sources
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacia committed Dec 8, 2020
1 parent befc236 commit d5ba436
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions chaincfg/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,15 @@ var MainNetParams = Params{
},
},
{
Height: 661648,
Hash: newHashFromStr("0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce"),
Height: 661648,
Hash: newHashFromStr("0000000000000000029e471c41818d24b8b74c911071c4ef0b4a0509f9b5a8ce"),
UtxoSetHash: newHashFromStr("fff228b2f788d2be35868fc2517d2557f856cbb9d6e2dad7310ab6054a29ef67"),
UtxoSetSize: 2931107971,
UtxoSetSources: []string{
"http://localhost:8080/ipfs/QmY9Anst9NB42RVSGZehNCF52B2DxAzAYXEPrLrar75VMT",
"https://ipfs.greyh.at/ipfs/QmY9Anst9NB42RVSGZehNCF52B2DxAzAYXEPrLrar75VMT",
"https://ipfs.io/ipfs/QmY9Anst9NB42RVSGZehNCF52B2DxAzAYXEPrLrar75VMT",
},
},
},

Expand Down

0 comments on commit d5ba436

Please sign in to comment.