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

Fix issue 359

parent 4ab7d72a
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ class BaseGraph(QObject):
QLocale.dateFormat(QLocale(), QLocale.ShortFormat)
),
'cert_time': certifier['cert_time'],
'confirmation_text': self.confirmation_text(certifier['cert_time'])
}
self.nx_graph.add_edge(certifier['identity'].pubkey, identity.pubkey, attr_dict=arc, weight=len(certifier_list))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment