diff --git a/wrappers/transactions.py b/wrappers/transactions.py
index e44ba09a2c65586b6dcfddb1f3e90da6be09c277..65a076554a756e04250997d021571235b52ca43f 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 = """\