Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Jun 25, 2023
1 parent 55008b0 commit d98e0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net_processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2976,7 +2976,7 @@ void PeerManagerImpl::ProcessMessage(
pfrom.nStartingHeight, addrMe.ToString(), pfrom.GetId(),
remoteAddr);

int64_t nTimeOffset = nTime - GetTime();
int64_t nTimeOffset = nTime - nTimeReceived / 1000000;
pfrom.nTimeOffset = nTimeOffset;
AddTimeData(pfrom.addr, nTimeOffset);

Expand Down

0 comments on commit d98e0d1

Please sign in to comment.