mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-30 17:31:33 +00:00
chore: rename address functions and apply suggestions from code review
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
@ -122,7 +122,7 @@ class Circuit {
|
||||
type: CircuitPB.Type.HOP,
|
||||
srcPeer: {
|
||||
id: this.peerId.toBytes(),
|
||||
addrs: this.addressManager.getListenMultiaddrs().map(addr => addr.buffer)
|
||||
addrs: this.addressManager.getListenAddrs().map(addr => addr.buffer)
|
||||
},
|
||||
dstPeer: {
|
||||
id: destinationPeer.toBytes(),
|
||||
|
Reference in New Issue
Block a user