aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-01-24 05:33:51 +0800
committerobscuren <geffobscura@gmail.com>2014-01-24 05:33:51 +0800
commit7bf4f2a908235c75e795d0ca3796c76f9fc99454 (patch)
treeff33f20b5dcee85adee0ee506d53bb9095694913 /ethereum.go
parent501db83dfd4061c75822c622512cee31935ab0a6 (diff)
downloadgo-tangerine-7bf4f2a908235c75e795d0ca3796c76f9fc99454.tar
go-tangerine-7bf4f2a908235c75e795d0ca3796c76f9fc99454.tar.gz
go-tangerine-7bf4f2a908235c75e795d0ca3796c76f9fc99454.tar.bz2
go-tangerine-7bf4f2a908235c75e795d0ca3796c76f9fc99454.tar.lz
go-tangerine-7bf4f2a908235c75e795d0ca3796c76f9fc99454.tar.xz
go-tangerine-7bf4f2a908235c75e795d0ca3796c76f9fc99454.tar.zst
go-tangerine-7bf4f2a908235c75e795d0ca3796c76f9fc99454.zip
tx is now part of the chain package
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go2
1 files changed, 1 insertions, 1 deletions
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