mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
p2p: remove todo comment, as it's unnecessary
https://github.com/ethereum/go-ethereum/pull/32351
This commit is contained in:
parent
cbbf686ecc
commit
ce8d313d81
1 changed files with 0 additions and 1 deletions
|
|
@ -173,7 +173,6 @@ func (p *Peer) Fullname() string {
|
|||
|
||||
// Caps returns the capabilities (supported subprotocols) of the remote peer.
|
||||
func (p *Peer) Caps() []Cap {
|
||||
// TODO: maybe return copy
|
||||
return p.rw.caps
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue