eth: golint fixes to variable names (#16711)
This commit is contained in:
committed by
Péter Szilágyi
parent
4ea493e7eb
commit
4747aad160
@ -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()
|
||||
|
Reference in New Issue
Block a user