Skip to content

Commit

Permalink
Fix overdraft message (#500)
Browse files Browse the repository at this point in the history
This PR fixes the currency that is mentioned in the overdraft message
  • Loading branch information
harisang authored Jan 21, 2025
1 parent cdc8054 commit 97cd3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/overdraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def eth(self) -> float:
def __str__(self) -> str:
return (
f"Overdraft(solver={self.account} ({self.name}),"
f"period={self.period},owed={self.eth} ETH)"
f"period={self.period},owed={self.eth} native token units)"
)

0 comments on commit 97cd3d4

Please sign in to comment.