From 4747aad160ed3721a70a133105c474cb3b66519e Mon Sep 17 00:00:00 2001 From: kiel barry Date: Wed, 9 May 2018 00:59:00 -0700 Subject: eth: golint fixes to variable names (#16711) --- ethstats/ethstats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethstats') diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index ae7e25265..a15d84615 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -689,7 +689,7 @@ func (s *Service) reportStats(conn *websocket.Conn) error { sync := s.eth.Downloader().Progress() syncing = s.eth.BlockChain().CurrentHeader().Number.Uint64() >= sync.HighestBlock - price, _ := s.eth.ApiBackend.SuggestPrice(context.Background()) + price, _ := s.eth.APIBackend.SuggestPrice(context.Background()) gasprice = int(price.Uint64()) } else { sync := s.les.Downloader().Progress() -- cgit v1.2.3