diff options
Diffstat (limited to 'les/backend.go')
-rw-r--r-- | les/backend.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/les/backend.go b/les/backend.go index 3deab61f7..21ee08498 100644 --- a/les/backend.go +++ b/les/backend.go @@ -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, } |