We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a343b70 commit a4c2b5eCopy full SHA for a4c2b5e
cmd/hivechain/output_forkenv.go
@@ -17,8 +17,6 @@ func (g *generator) writeForkEnv() error {
17
// config consensus algorithm
18
if cfg.Clique != nil {
19
env["HIVE_CLIQUE_PERIOD"] = fmt.Sprint(cfg.Clique.Period)
20
- } else {
21
- env["HIVE_SKIP_POW"] = "1"
22
}
23
24
// forks
0 commit comments