File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ var (
113
113
// TestnetTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
114
114
TestnetTrustedCheckpoint = & TrustedCheckpoint {
115
115
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
120
120
}
121
121
122
122
// RinkebyChainConfig contains the chain parameters to run a node on the Rinkeby test network.
You can’t perform that action at this time.
0 commit comments