Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
fix fork name
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Oct 15, 2016
1 parent da33bb4 commit 1a97543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ func MustMakeChainConfigFromDb(ctx *cli.Context, db ethdb.Database) *core.ChainC
c.Forks[i].Block = params.MainNetHomesteadBlock
}
}
if c.Forks[i].Name == "GarReprice" {
if c.Forks[i].Name == "GasReprice" {
if ctx.GlobalBool(TestNetFlag.Name) {
c.Forks[i].Block = params.TestNetHomesteadGasRepriceBlock
} else {
Expand Down

0 comments on commit 1a97543

Please sign in to comment.