File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9393var (
9494 MainnetTrustedCheckpoint = & TrustedCheckpoint {
9595 Name : "mainnet" ,
96- SectionIndex : 141 ,
97- SectionHead : common .HexToHash ("0xa4c0a07c5a5080c861e4be0a436da4268d23a72fedd0a12f17cd663a19c60195 " ),
96+ SectionIndex : 149 ,
97+ SectionHead : common .HexToHash ("0x68f893b88174079660b72daa075ec537e38654d977cee9a394d9b6b02d9f0aba " ),
9898 }
9999
100100 DoloresTrustedCheckpoint = & TrustedCheckpoint {
@@ -169,7 +169,7 @@ var (
169169 ConstantinopleBlock : big .NewInt (0 ),
170170 PetersburgBlock : big .NewInt (0 ),
171171 IstanbulBlock : big .NewInt (0 ),
172- NeoBlock : big .NewInt (5_000_000 ),
172+ NeoBlock : big .NewInt (0 ),
173173 Cuckoo : new (CuckooConfig ),
174174 }
175175
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 = 28 // 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 = 28 // 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