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

Fix bug #234

parent a624f94a
No related branches found
No related tags found
No related merge requests found
......@@ -445,8 +445,8 @@ class Account(QObject):
selfcert = yield from self_identity.selfcert(community)
membership = Membership(PROTOCOL_VERSION, community.currency,
selfcert.pubkey, blockid['number'],
blockid['hash'], mstype, selfcert.uid,
selfcert.pubkey, blockid.number,
blockid.sha_hash, mstype, selfcert.uid,
selfcert.timestamp, None)
key = SigningKey(self.salt, password)
membership.sign([key])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment