peer: minor.
This commit is contained in:
parent
26f6185097
commit
4008caff51
@ -328,7 +328,7 @@ Peer.prototype.setCipher = function setCipher(cipher) {
|
||||
if (self.destroyed)
|
||||
return;
|
||||
|
||||
self.logger.debug('Rekeying with peer (%s).', self.hostname);
|
||||
self.logger.debug('Rekeying with peer (%s).', self.hostname());
|
||||
self.send(self.bip151.toRekey());
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user