Skip to content

Commit f3467d1

Browse files
authored
p2p: remove todo comment, as it's unnecessary (#32397)
as metioned in #32351, I think this comment is unnecessary.
1 parent 94ecd1d commit f3467d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

p2p/peer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ func (p *Peer) Fullname() string {
173173

174174
// Caps returns the capabilities (supported subprotocols) of the remote peer.
175175
func (p *Peer) Caps() []Cap {
176-
// TODO: maybe return copy
177176
return p.rw.caps
178177
}
179178

0 commit comments

Comments
 (0)