Skip to content

Commit

Permalink
* wrappers/transactions.py: fixed an non-wished behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Caner Candan committed Feb 1, 2014
1 parent 5658081 commit 8e89bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """\
Expand Down

0 comments on commit 8e89bc2

Please sign in to comment.