forked from cerc-io/plugeth
upnp test
This commit is contained in:
parent
f56a595954
commit
f07b53da2d
@ -46,15 +46,13 @@ func main() {
|
|||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||||
Init()
|
Init()
|
||||||
|
|
||||||
//fmt.Printf("%x\n", ethutil.Encode([]interface{}{ethutil.BigPow(2, 36).Bytes()}))
|
|
||||||
|
|
||||||
ethchain.InitFees()
|
ethchain.InitFees()
|
||||||
ethutil.ReadConfig()
|
ethutil.ReadConfig()
|
||||||
|
|
||||||
log.Printf("Starting Ethereum v%s\n", ethutil.Config.Ver)
|
log.Printf("Starting Ethereum v%s\n", ethutil.Config.Ver)
|
||||||
|
|
||||||
// Instantiated a eth stack
|
// Instantiated a eth stack
|
||||||
ethereum, err := eth.New()
|
ethereum, err := eth.New(eth.CapDefault)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println(err)
|
log.Println(err)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user