Skip to content

Commit 5e64d3e

Browse files
authored
Merge pull request ethereum#212 from nextyio/testnet
update trusted checkpoint for testnet also
2 parents 6a320ab + eec0e4c commit 5e64d3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

params/config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ var (
113113
// TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
114114
TestnetTrustedCheckpoint = &TrustedCheckpoint{
115115
Name: "testnet",
116-
SectionIndex: 161,
117-
SectionHead: common.HexToHash("0x5378afa734e1feafb34bcca1534c4d96952b754579b96a4afb23d5301ecececc"),
118-
CHTRoot: common.HexToHash("0x1cf2b071e7443a62914362486b613ff30f60cea0d9c268ed8c545f876a3ee60c"),
119-
BloomRoot: common.HexToHash("0x5ac25c84bd18a9cbe878d4609a80220f57f85037a112644532412ba0d498a31b"),
116+
SectionIndex: 19,
117+
SectionHead: common.HexToHash("0x57a235095aba5f4c6cf7a1787c283003e93adadf68f46ecacbcc777d505d83b2"),
118+
CHTRoot: common.Hash{}, // TODO: will calculate later when using LES
119+
BloomRoot: common.Hash{}, // TODO: will calculate later when using LES
120120
}
121121

122122
// RinkebyChainConfig contains the chain parameters to run a node on the Rinkeby test network.

0 commit comments

Comments
 (0)