Skip to content

Commit

Permalink
light: new CHT for ropsten (ethereum#16393)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsfelfoldi authored and kimmyeonghun committed Jul 2, 2018
1 parent 7bdedb4 commit a36a87b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions light/postprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ var (

ropstenCheckpoint = trustedCheckpoint{
name: "ropsten",
sectionIdx: 79,
sectionHead: common.HexToHash("1b1ba890510e06411fdee9bb64ca7705c56a1a4ce3559ddb34b3680c526cb419"),
chtRoot: common.HexToHash("71d60207af74e5a22a3e1cfbfc89f9944f91b49aa980c86fba94d568369eaf44"),
bloomTrieRoot: common.HexToHash("70aca4b3b6d08dde8704c95cedb1420394453c1aec390947751e69ff8c436360"),
sectionIdx: 87,
sectionHead: common.HexToHash("ebc0adcb30ed21cbe95bd77499cc1af0bada621fee3644cb80dbcf1444c123fe"),
chtRoot: common.HexToHash("d9830f4893c821ddf149b8cb9d3e3bfe3109d2eea8e3c4a4ede7c8b2ee8a7800"),
bloomTrieRoot: common.HexToHash("c76e12d713f65b84c5a36d06bc77d0c8419248ea0b36e0812a78b76aa6da0ddb"),
}
)

Expand Down

0 comments on commit a36a87b

Please sign in to comment.