1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-02 03:28:25 +08:00

Update interface.go

This commit is contained in:
Brian Tiger Chow
2014-12-12 03:10:47 -08:00
parent 24308148ad
commit 67665069d1

View File

@ -61,7 +61,7 @@ func (s *secureSession) LocalPeer() peer.Peer {
return s.localPeer
}
// RemotePeer retrieves the local peer.
// RemotePeer retrieves the remote peer.
func (s *secureSession) RemotePeer() peer.Peer {
return s.remotePeer
}