From 7bf4f2a908235c75e795d0ca3796c76f9fc99454 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 23 Jan 2014 22:33:51 +0100 Subject: tx is now part of the chain package --- ethereum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethereum.go') diff --git a/ethereum.go b/ethereum.go index 7988f8418..e7775f143 100644 --- a/ethereum.go +++ b/ethereum.go @@ -44,7 +44,7 @@ func main() { runtime.GOMAXPROCS(runtime.NumCPU()) Init() - ethutil.InitFees() + ethchain.InitFees() ethutil.ReadConfig() // Instantiated a eth stack -- cgit v1.2.3