From 3fa0f1b9e8b46ea51eb26b8c1a9ed221951fbfaa Mon Sep 17 00:00:00 2001 From: shortcutme Date: Sun, 20 Jan 2019 16:15:47 +0100 Subject: [PATCH] Don't correct local time with p2p timecorrection value --- src/Connection/Connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connection/Connection.py b/src/Connection/Connection.py index ed1bb703..25956698 100644 --- a/src/Connection/Connection.py +++ b/src/Connection/Connection.py @@ -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