File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6262var (
6363 MainnetTrustedCheckpoint = & TrustedCheckpoint {
6464 Name : "mainnet" ,
65- SectionIndex : 102 ,
66- SectionHead : common .HexToHash ("0xd9e03e7b4f089001d7a5c22beb2f00ab8a95f42da6a04ed1feb1e6837eb04141 " ),
65+ SectionIndex : 104 ,
66+ SectionHead : common .HexToHash ("0xf669959171cd41583c2c3ecf19b9e3b38ebb224e1421e763c4fb59698accb90a " ),
6767 }
6868
6969 DoloresTrustedCheckpoint = & TrustedCheckpoint {
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import (
2121)
2222
2323const (
24- VersionMajor = 1 // Major version component of the current release
25- VersionMinor = 10 // Minor version component of the current release
26- VersionPatch = 20 // Patch version component of the current release
27- VersionMeta = "unstable " // Version metadata to append to the version string
24+ VersionMajor = 1 // Major version component of the current release
25+ VersionMinor = 10 // Minor version component of the current release
26+ VersionPatch = 20 // Patch version component of the current release
27+ VersionMeta = "stable " // Version metadata to append to the version string
2828)
2929
3030// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments