From 01e1b498312c400b29cc7ca1c32b39a2173722ce Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Sun, 5 Apr 2015 15:15:05 +0200
Subject: [PATCH] reflect ethash changes

---
 cmd/geth/main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
 }
-- 
GitLab