cmd,eth,les,internal: remove natspec support

This commit is contained in:
Bas van Kervel
2017-01-17 11:35:07 +01:00
parent 26d385c18b
commit 54a65e6d87
8 changed files with 3 additions and 23 deletions

View File

@ -77,7 +77,6 @@ type Config struct {
DatabaseCache int
DatabaseHandles int
NatSpec bool
DocRoot string
AutoDAG bool
PowFake bool
@ -140,7 +139,6 @@ type Ethereum struct {
etherbase common.Address
solcPath string
NatSpec bool
netVersionId int
netRPCService *ethapi.PublicNetAPI
}
@ -174,7 +172,6 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
shutdownChan: make(chan bool),
stopDbUpgrade: stopDbUpgrade,
netVersionId: config.NetworkId,
NatSpec: config.NatSpec,
etherbase: config.Etherbase,
MinerThreads: config.MinerThreads,
AutoDAG: config.AutoDAG,