Commit 01e1b498 authored by obscuren's avatar obscuren

reflect ethash changes

parent 09d3f2cf
...@@ -480,7 +480,7 @@ func makedag(ctx *cli.Context) { ...@@ -480,7 +480,7 @@ func makedag(ctx *cli.Context) {
chain, _, _ := utils.GetChain(ctx) chain, _, _ := utils.GetChain(ctx)
pow := ethash.New(chain) pow := ethash.New(chain)
fmt.Println("making cache") fmt.Println("making cache")
pow.UpdateCache(true) pow.UpdateCache(0, true)
fmt.Println("making DAG") fmt.Println("making DAG")
pow.UpdateDAG() pow.UpdateDAG()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment