From 3744151359a7ff352fde5be39905ecb3d22c9d28 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 16 Jun 2014 11:15:08 +0200 Subject: Removed init fees --- ethereal/ethereum.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'ethereal') diff --git a/ethereal/ethereum.go b/ethereal/ethereum.go index 7ace16760..0db1fa4cd 100644 --- a/ethereal/ethereum.go +++ b/ethereal/ethereum.go @@ -3,7 +3,6 @@ package main import ( "fmt" "github.com/ethereum/eth-go" - "github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethutil" "github.com/ethereum/go-ethereum/ethereal/ui" "github.com/ethereum/go-ethereum/utils" @@ -40,8 +39,6 @@ func main() { runtime.GOMAXPROCS(runtime.NumCPU()) - ethchain.InitFees() - g, err := globalconf.NewWithOptions(&globalconf.Options{ Filename: path.Join(ethutil.ApplicationFolder(Datadir), "conf.ini"), }) -- cgit v1.2.3