Merge pull request #3579 from bas-vk/natspec

cmd,eth,les,internal: remove natspec support
This commit is contained in:
Péter Szilágyi
2017-01-17 14:38:57 +02:00
committed by GitHub
8 changed files with 3 additions and 23 deletions

View File

@ -78,7 +78,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,