diff options
Diffstat (limited to 'mobile/geth.go')
-rw-r--r-- | mobile/geth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/geth.go b/mobile/geth.go index d6a3d7f40..5e7abcd10 100644 --- a/mobile/geth.go +++ b/mobile/geth.go @@ -168,7 +168,7 @@ func NewNode(datadir string, config *NodeConfig) (stack *Node, _ error) { // If netstats reporting is requested, do it if config.EthereumNetStats != "" { if err := rawStack.Register(func(ctx *node.ServiceContext) (node.Service, error) { - var lesServ *lds.LightEthereum + var lesServ *lds.LightDexon ctx.Service(&lesServ) return ethstats.New(config.EthereumNetStats, nil, lesServ) |