Don't correct local time with p2p timecorrection value

This commit is contained in:
shortcutme 2019-01-20 16:15:47 +01:00
parent f1a54bd7d0
commit 3fa0f1b9e8
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -352,7 +352,7 @@ class Connection(object):
"rev": config.rev,
"crypt_supported": crypt_supported,
"crypt": self.crypt,
"time": int(time.time() + self.server.timecorrection)
"time": int(time.time())
}
if self.target_onion:
handshake["onion"] = self.target_onion