cmd,eth,les,internal: remove natspec support
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user