Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustikitos committed Jul 2, 2022
1 parent 640559e commit 9b9ac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dposlib/ark/tx.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def __repr__(self):
self.typeGroup, 1
).get(self.type, 0)(self),
amount=self.amount/100000000.,
fee=self.fee/100000000.,
fee=(self.fee or 0)/100000000.,
vendorField=self.vendorField,
recipientId=self.recipientId,
asset=self.asset,
Expand Down

0 comments on commit 9b9ac8a

Please sign in to comment.