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

@ -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,
}