Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
89cc604a
Commit
89cc604a
authored
Mar 26, 2018
by
Felix Lange
Committed by
Péter Szilágyi
Mar 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
light: new mainnet CHT (#16390)
parent
cf799e5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
postprocess.go
light/postprocess.go
+4
-4
No files found.
light/postprocess.go
View file @
89cc604a
...
...
@@ -58,10 +58,10 @@ type trustedCheckpoint struct {
var
(
mainnetCheckpoint
=
trustedCheckpoint
{
name
:
"mainnet"
,
sectionIdx
:
1
57
,
sectionHead
:
common
.
HexToHash
(
"
1963c080887ca7f406c2bb114293eea83e54f783f94df24b447f7e3b6317c747
"
),
chtRoot
:
common
.
HexToHash
(
"
42abc436567dfb678a38fa6a9f881aa4c8a4cc8eaa2def08359292c3d0bd48ec
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
281c9f8fb3cb8b37ae45e9907ef8f3b19cd22c54e297c2d6c09c1db1593dce42
"
),
sectionIdx
:
1
61
,
sectionHead
:
common
.
HexToHash
(
"
75b0c4baa7a62cece48abdcb03b6f31601961c9bece67dcd61df87aad4fc0d8d
"
),
chtRoot
:
common
.
HexToHash
(
"
bbbfaa67b29716348997ec21a39c03b8d1fb973f6a43740b865595ba26ee812f
"
),
bloomTrieRoot
:
common
.
HexToHash
(
"
d6db6e6248354d7453391ce97830072a28ea4216be0bd95a5db9f53b1a64677b
"
),
}
ropstenCheckpoint
=
trustedCheckpoint
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment