Skip to content

Commit 8e89bc2

Browse files
author
Caner Candan
committed
* wrappers/transactions.py: fixed an non-wished behaviour
1 parent 5658081 commit 8e89bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrappers/transactions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def __call__(self):
4242
context_data['previousHash'] = hashlib.sha1(("%(raw)s%(signature)s" % last_tx).encode('ascii')).hexdigest().upper() if last_tx else None
4343
context_data['message'] = self.message
4444
context_data['type'] = self.type
45+
context_data['fingerprint'] = self.pgp_fingerprint
4546
context_data.update(self.get_context_data())
4647

4748
tx = """\

0 commit comments

Comments
 (0)