mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
correct peer on stats
This commit is contained in:
parent
052ac145b6
commit
0b88144a17
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ func (s *Service) reportStats(conn *websocket.Conn) error {
|
||||||
Active: true,
|
Active: true,
|
||||||
Mining: mining,
|
Mining: mining,
|
||||||
Hashrate: hashrate,
|
Hashrate: hashrate,
|
||||||
Peers: s.server.PeerCount(),
|
Peers: s.eth.GetPeer(),
|
||||||
GasPrice: gasprice,
|
GasPrice: gasprice,
|
||||||
Syncing: syncing,
|
Syncing: syncing,
|
||||||
Uptime: 100,
|
Uptime: 100,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue