aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-02 23:15:24 +0800
committerobscuren <geffobscura@gmail.com>2014-02-02 23:15:24 +0800
commitf07b53da2db90aa84dbb5044de15d072e19fb849 (patch)
treecf0ea08efbd2927781f0f0dbcbf433e6d1b158b4 /ethereum.go
parentf56a595954fc6641f0b7300a82850b7923d357c5 (diff)
downloadgo-tangerine-f07b53da2db90aa84dbb5044de15d072e19fb849.tar
go-tangerine-f07b53da2db90aa84dbb5044de15d072e19fb849.tar.gz
go-tangerine-f07b53da2db90aa84dbb5044de15d072e19fb849.tar.bz2
go-tangerine-f07b53da2db90aa84dbb5044de15d072e19fb849.tar.lz
go-tangerine-f07b53da2db90aa84dbb5044de15d072e19fb849.tar.xz
go-tangerine-f07b53da2db90aa84dbb5044de15d072e19fb849.tar.zst
go-tangerine-f07b53da2db90aa84dbb5044de15d072e19fb849.zip
upnp test
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/ethereum.go b/ethereum.go
index 8ad4ae524..b0e242819 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -46,15 +46,13 @@ func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
Init()
- //fmt.Printf("%x\n", ethutil.Encode([]interface{}{ethutil.BigPow(2, 36).Bytes()}))
-
ethchain.InitFees()
ethutil.ReadConfig()
log.Printf("Starting Ethereum v%s\n", ethutil.Config.Ver)
// Instantiated a eth stack
- ethereum, err := eth.New()
+ ethereum, err := eth.New(eth.CapDefault)
if err != nil {
log.Println(err)
return