Skip to content

Commit

Permalink
fixed TransactionThrew format
Browse files Browse the repository at this point in the history
  • Loading branch information
hackaugusto authored and LefterisJP committed Sep 7, 2017
1 parent baf435c commit 4204b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raiden/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ class TransactionThrew(RaidenError):
the gasUsed in receipt is the same as the provided transaction gas limit"""
def __init__(self, txname, receipt):
super(TransactionThrew, self).__init__(
'{} transaction threw. Receipt={}'.format(receipt)
'{} transaction threw. Receipt={}'.format(txname, receipt)
)

0 comments on commit 4204b54

Please sign in to comment.