|
|
@ -3,7 +3,6 @@ package main |
|
|
|
import ( |
|
|
|
import ( |
|
|
|
"fmt" |
|
|
|
"fmt" |
|
|
|
"github.com/ethereum/eth-go" |
|
|
|
"github.com/ethereum/eth-go" |
|
|
|
"github.com/ethereum/eth-go/ethchain" |
|
|
|
|
|
|
|
"github.com/ethereum/eth-go/ethutil" |
|
|
|
"github.com/ethereum/eth-go/ethutil" |
|
|
|
"github.com/ethereum/go-ethereum/utils" |
|
|
|
"github.com/ethereum/go-ethereum/utils" |
|
|
|
"github.com/rakyll/globalconf" |
|
|
|
"github.com/rakyll/globalconf" |
|
|
@ -86,8 +85,6 @@ func main() { |
|
|
|
logSys = log.New(os.Stdout, "", flags) |
|
|
|
logSys = log.New(os.Stdout, "", flags) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ethchain.InitFees() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Instantiated a eth stack
|
|
|
|
// Instantiated a eth stack
|
|
|
|
ethereum, err := eth.New(eth.CapDefault, UseUPnP) |
|
|
|
ethereum, err := eth.New(eth.CapDefault, UseUPnP) |
|
|
|
if err != nil { |
|
|
|
if err != nil { |
|
|
|