diff --git a/src/circuit/auto-relay.js b/src/circuit/auto-relay.js index c5c5d3e9..613c473e 100644 --- a/src/circuit/auto-relay.js +++ b/src/circuit/auto-relay.js @@ -262,6 +262,9 @@ class AutoRelay { } } + /** + * @param {PeerId} peerId + */ async _tryToListenOnRelay (peerId) { try { const connection = await this._libp2p.dial(peerId)