Skip to content

Commit 851256e

Browse files
authored
Merge pull request #23869 from karalabe/cht-1.10.12-ropsten
params: update Ropsten CHT too
2 parents aa2727f + c4fff0f commit 851256e

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
@@ -118,10 +118,10 @@ var (
118118

119119
// RopstenTrustedCheckpoint contains the light client trusted checkpoint for the Ropsten test network.
120120
RopstenTrustedCheckpoint = &TrustedCheckpoint{
121-
SectionIndex: 329,
122-
SectionHead: common.HexToHash("0xe66f7038333a01fb95dc9ea03e5a2bdaf4b833cdcb9e393b9127e013bd64d39b"),
123-
CHTRoot: common.HexToHash("0x1b0c883338ac0d032122800c155a2e73105fbfebfaa50436893282bc2d9feec5"),
124-
BloomRoot: common.HexToHash("0x3cc98c88d283bf002378246f22c653007655cbcea6ed89f98d739f73bd341a01"),
121+
SectionIndex: 346,
122+
SectionHead: common.HexToHash("0xafa0384ebd13a751fb7475aaa7fc08ac308925c8b2e2195bca2d4ab1878a7a84"),
123+
CHTRoot: common.HexToHash("0x522ae1f334bfa36033b2315d0b9954052780700b69448ecea8d5877e0f7ee477"),
124+
BloomRoot: common.HexToHash("0x4093fd53b0d2cc50181dca353fe66f03ae113e7cb65f869a4dfb5905de6a0493"),
125125
}
126126

127127
// RopstenCheckpointOracle contains a set of configs for the Ropsten test network oracle.

0 commit comments

Comments
 (0)