Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
xenowits committed May 30, 2022
2 parents 97df702 + 704bc69 commit d8a25b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions p2p/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ type Peer struct {
// Index is the order of this node in the cluster.
// This is only applicable to charon nodes, not relays.
Index int

// Name represents a human friendly name for the peer.
Name string
}

// NewPeer returns a new charon peer.
Expand Down

0 comments on commit d8a25b8

Please sign in to comment.