default new contacts to protocol version 0

This commit is contained in:
Jack Robison 2018-06-06 17:18:29 -04:00
parent db06191c33
commit 4fbaaac3f3
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -34,7 +34,7 @@ class _Contact(object):
self.getTime = self._contactManager._get_time
self.lastReplied = None
self.lastRequested = None
self.protocolVersion = constants.protocolVersion
self.protocolVersion = 0
self._token = (None, 0) # token, timestamp
def update_token(self, token):