Skip to content
Snippets Groups Projects
Commit 8acbf1f7 authored by inso's avatar inso
Browse files

Fix bug #414

parent dba99426
No related branches found
No related tags found
No related merge requests found
......@@ -519,7 +519,7 @@ class Node(QObject):
if result["pubkey"] == self.pubkey:
uids = result['uids']
for uid in uids:
if BlockUID.from_str(uid["meta"]["timestamp"]) > timestamp:
if BlockUID.from_str(uid["meta"]["timestamp"]) >= timestamp:
timestamp = uid["meta"]["timestamp"]
uid = uid["uid"]
if self._uid != uid:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment