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

@ -66,7 +66,6 @@ type LightEthereum struct {
solcPath string
solc *compiler.Solidity
NatSpec bool
netVersionId int
netRPCService *ethapi.PublicNetAPI
}
@ -95,7 +94,6 @@ func New(ctx *node.ServiceContext, config *eth.Config) (*LightEthereum, error) {
pow: pow,
shutdownChan: make(chan bool),
netVersionId: config.NetworkId,
NatSpec: config.NatSpec,
solcPath: config.SolcPath,
}