diff --git a/lib/net/peer.js b/lib/net/peer.js index 923adde1..afa665d2 100644 --- a/lib/net/peer.js +++ b/lib/net/peer.js @@ -515,7 +515,7 @@ Peer.prototype.isLoader = function isLoader() { */ Peer.prototype.tryAnnounce = function tryAnnounce(items) { - return this.announce().catch(util.nop); + return this.announce(items).catch(util.nop); }; /**