default new contacts to protocol version 0
This commit is contained in:
parent
db06191c33
commit
4fbaaac3f3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class _Contact(object):
|
||||||
self.getTime = self._contactManager._get_time
|
self.getTime = self._contactManager._get_time
|
||||||
self.lastReplied = None
|
self.lastReplied = None
|
||||||
self.lastRequested = None
|
self.lastRequested = None
|
||||||
self.protocolVersion = constants.protocolVersion
|
self.protocolVersion = 0
|
||||||
self._token = (None, 0) # token, timestamp
|
self._token = (None, 0) # token, timestamp
|
||||||
|
|
||||||
def update_token(self, token):
|
def update_token(self, token):
|
||||||
|
|
Loading…
Reference in a new issue