mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Updated P2PConnected log fields
This commit is contained in:
parent
c934222a80
commit
417f018498
1 changed files with 4 additions and 2 deletions
|
|
@ -44,8 +44,10 @@ func (l *P2PConnecting) EventName() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
type P2PConnected struct {
|
type P2PConnected struct {
|
||||||
NumConnections int `json:"num_connections"`
|
RemoteId string `json:"remote_id"`
|
||||||
RemoteId string `json:"remote_id"`
|
RemoteAddress string `json:"remote_addr"`
|
||||||
|
RemoteVersionString string `json:"remote_version_string"`
|
||||||
|
NumConnections int `json:"num_connections"`
|
||||||
LogEvent
|
LogEvent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue