From 8e89bc23e376ba016d46f79288e4a635dfb9003d Mon Sep 17 00:00:00 2001 From: Caner Candan <candan@info.univ-angers.fr> Date: Sat, 1 Feb 2014 15:52:30 +0100 Subject: [PATCH] * wrappers/transactions.py: fixed an non-wished behaviour --- wrappers/transactions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wrappers/transactions.py b/wrappers/transactions.py index e44ba09a..65a07655 100644 --- a/wrappers/transactions.py +++ b/wrappers/transactions.py @@ -42,6 +42,7 @@ class Transaction(Wrapper): context_data['previousHash'] = hashlib.sha1(("%(raw)s%(signature)s" % last_tx).encode('ascii')).hexdigest().upper() if last_tx else None context_data['message'] = self.message context_data['type'] = self.type + context_data['fingerprint'] = self.pgp_fingerprint context_data.update(self.get_context_data()) tx = """\ -- GitLab