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): ...@@ -445,8 +445,8 @@ class Account(QObject):
selfcert = yield from self_identity.selfcert(community) selfcert = yield from self_identity.selfcert(community)
membership = Membership(PROTOCOL_VERSION, community.currency, membership = Membership(PROTOCOL_VERSION, community.currency,
selfcert.pubkey, blockid['number'], selfcert.pubkey, blockid.number,
blockid['hash'], mstype, selfcert.uid, blockid.sha_hash, mstype, selfcert.uid,
selfcert.timestamp, None) selfcert.timestamp, None)
key = SigningKey(self.salt, password) key = SigningKey(self.salt, password)
membership.sign([key]) membership.sign([key])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment