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 @@ def __call__(self): 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 = """\