good morning!!!!

Skip to content
Snippets Groups Projects
Commit f07b53da authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

upnp test

parent f56a5959
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment