Skip to content

Commit 405515a

Browse files
zsfelfoldifirmianavan
authored andcommitted
light: new CHT for ropsten (ethereum#16393)
1 parent dc38b27 commit 405515a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

light/postprocess.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ var (
6666

6767
ropstenCheckpoint = trustedCheckpoint{
6868
name: "ropsten",
69-
sectionIdx: 83,
70-
sectionHead: common.HexToHash("3ca623586bc0da35f1fc8d9b6b55950f3b1f69be9c6501846a2df672adb61236"),
71-
chtRoot: common.HexToHash("8f08ec7783969768c6ef06e5fe3398223cbf4ae2907b676da7b6fe6c7f55b059"),
72-
bloomTrieRoot: common.HexToHash("02d86d3c6a87f8f8a92c2a59bbba2132ff6f9f61b0915a5dc28a9d8279219fd0"),
69+
sectionIdx: 87,
70+
sectionHead: common.HexToHash("ebc0adcb30ed21cbe95bd77499cc1af0bada621fee3644cb80dbcf1444c123fe"),
71+
chtRoot: common.HexToHash("d9830f4893c821ddf149b8cb9d3e3bfe3109d2eea8e3c4a4ede7c8b2ee8a7800"),
72+
bloomTrieRoot: common.HexToHash("c76e12d713f65b84c5a36d06bc77d0c8419248ea0b36e0812a78b76aa6da0ddb"),
7373
}
7474
)
7575

0 commit comments

Comments
 (0)