Skip to content

Commit

Permalink
update to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iceming123 committed Jan 5, 2023
1 parent 4fcc397 commit dc1d1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (
TIP10: &BlockConfig{FastNumber: big.NewInt(6520000), CID: big.NewInt(302)},
TIP11: &BlockConfig{FastNumber: big.NewInt(8996000)},
TIP12: &BlockConfig{FastNumber: big.NewInt(14538000)},
TIP13: &BlockConfig{FastNumber: big.NewInt(23820000), SnailNumber: big.NewInt(199600)},
TIP13: &BlockConfig{FastNumber: big.NewInt(23700000), SnailNumber: big.NewInt(198778)},
}

// MainnetTrustedCheckpoint contains the light client trusted checkpoint for the main network.
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 3 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit dc1d1ad

Please sign in to comment.