Skip to content

Commit

Permalink
Fixed BSC version information and compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Mar 18, 2024
1 parent f8cb622 commit b14331d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/systemcontracts/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ func UpgradeBuildInSystemContract(config *params.ChainConfig, blockNumber *big.I
}

if config.IsOnFeynmanFix(blockNumber, lastBlockTime, blockTime) {
applySystemContractUpgrade(feynmanFixUpgrade[network], blockNumber, statedb, logger)
applySystemContractUpgrade(feynmanFixUpgrade[network], blockNumber, statedb, logger, firehoseContext)
}

/*
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 = 1 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 10 // Patch version component of the current release
VersionPatch = 11 // Patch version component of the current release
VersionMeta = "fh2.2" // Version metadata to append to the version string

FirehoseVersionMajor = 2
Expand Down

0 comments on commit b14331d

Please sign in to comment.