Skip to content

Commit

Permalink
cmd/hivechain: remove HIVE_SKIP_POW in forkenv output
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl authored and Eikix committed Mar 1, 2024
1 parent a343b70 commit a4c2b5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/hivechain/output_forkenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ func (g *generator) writeForkEnv() error {
// config consensus algorithm
if cfg.Clique != nil {
env["HIVE_CLIQUE_PERIOD"] = fmt.Sprint(cfg.Clique.Period)
} else {
env["HIVE_SKIP_POW"] = "1"
}

// forks
Expand Down

0 comments on commit a4c2b5e

Please sign in to comment.