aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ethereum.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/ethereum.go')
-rw-r--r--ethereal/ethereum.go3
1 files changed, 0 insertions, 3 deletions
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"),
})