Skip to content

Commit

Permalink
Updated P2PConnected log fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tgerring committed Feb 17, 2015
1 parent c934222 commit 417f018
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions logger/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ func (l *P2PConnecting) EventName() string {
}

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
}

Expand Down

0 comments on commit 417f018

Please sign in to comment.