Skip to content

Commit a4c2b5e

Browse files
fjlEikix
authored andcommitted
cmd/hivechain: remove HIVE_SKIP_POW in forkenv output
1 parent a343b70 commit a4c2b5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/hivechain/output_forkenv.go

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ func (g *generator) writeForkEnv() error {
1717
// config consensus algorithm
1818
if cfg.Clique != nil {
1919
env["HIVE_CLIQUE_PERIOD"] = fmt.Sprint(cfg.Clique.Period)
20-
} else {
21-
env["HIVE_SKIP_POW"] = "1"
2220
}
2321

2422
// forks

0 commit comments

Comments
 (0)