diff options
author | zelig <viktor.tron@gmail.com> | 2014-06-19 01:12:31 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2014-06-19 01:12:31 +0800 |
commit | a32a15ad935952537be8c9b4ea9fcb561e5c6125 (patch) | |
tree | 1fde3dfa00d0e784556ec625ef5b4906607d98aa /ethereal/ethereum.go | |
parent | 50fdfb127ac35120315628a286f0a507c4470a89 (diff) | |
parent | e517fb5f9da7856c52c771f054166a60e4b8389d (diff) | |
download | go-tangerine-a32a15ad935952537be8c9b4ea9fcb561e5c6125.tar go-tangerine-a32a15ad935952537be8c9b4ea9fcb561e5c6125.tar.gz go-tangerine-a32a15ad935952537be8c9b4ea9fcb561e5c6125.tar.bz2 go-tangerine-a32a15ad935952537be8c9b4ea9fcb561e5c6125.tar.lz go-tangerine-a32a15ad935952537be8c9b4ea9fcb561e5c6125.tar.xz go-tangerine-a32a15ad935952537be8c9b4ea9fcb561e5c6125.tar.zst go-tangerine-a32a15ad935952537be8c9b4ea9fcb561e5c6125.zip |
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
Diffstat (limited to 'ethereal/ethereum.go')
-rw-r--r-- | ethereal/ethereum.go | 3 |
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"), }) |