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

Fix send certification

parent 2390e5e2
Branches
Tags
No related merge requests found
......@@ -491,8 +491,7 @@ class Account(QObject):
selfcert = await identity.selfcert(community)
if selfcert:
certification = Certification(PROTOCOL_VERSION, community.currency,
self.pubkey, pubkey,
blockid.number, blockid.sha_hash, None)
self.pubkey, pubkey, blockid, None)
key = SigningKey(self.salt, password)
certification.sign(selfcert, [key])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment