From 71e85172ef2886a6caa75cfe94e918417ae6a629 Mon Sep 17 00:00:00 2001 From: Sonic Date: Mon, 6 May 2019 14:56:01 +0800 Subject: lds: rename LightEthereum to LightDexon --- mobile/geth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile') 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) -- cgit v1.2.3