Don't correct local time with p2p timecorrection value
This commit is contained in:
parent
f1a54bd7d0
commit
3fa0f1b9e8
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ class Connection(object):
|
||||||
"rev": config.rev,
|
"rev": config.rev,
|
||||||
"crypt_supported": crypt_supported,
|
"crypt_supported": crypt_supported,
|
||||||
"crypt": self.crypt,
|
"crypt": self.crypt,
|
||||||
"time": int(time.time() + self.server.timecorrection)
|
"time": int(time.time())
|
||||||
}
|
}
|
||||||
if self.target_onion:
|
if self.target_onion:
|
||||||
handshake["onion"] = self.target_onion
|
handshake["onion"] = self.target_onion
|
||||||
|
|
Loading…
Reference in a new issue