From 01e1b498312c400b29cc7ca1c32b39a2173722ce Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 5 Apr 2015 15:15:05 +0200 Subject: reflect ethash changes --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 9d517bda1..96f09c20d 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -480,7 +480,7 @@ func makedag(ctx *cli.Context) { chain, _, _ := utils.GetChain(ctx) pow := ethash.New(chain) fmt.Println("making cache") - pow.UpdateCache(true) + pow.UpdateCache(0, true) fmt.Println("making DAG") pow.UpdateDAG() } -- cgit v1.2.3