summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok2025-04-15 11:45:51 +0200
committeruvok2025-04-15 11:45:51 +0200
commit6b07516fe455a570a4c5372dbdc2d11f1a3542f9 (patch)
tree3caf74c78d4d9ecdbcc201fe7ede281e5b0b09d4
parentb0baff2798408f5cfa74ec8f675d55ee3437df32 (diff)
Clarify docs
-rw-r--r--trade.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/trade.py b/trade.py
index e46d2b6..c274463 100644
--- a/trade.py
+++ b/trade.py
@@ -26,6 +26,8 @@ class Trade:
"""
Reduce the amount of cryptocurrency in the trade by a specified amount.
+ This effectively "loses" coins. The price-per-coin remains the same.
+
Args:
amount (Decimal): The amount of cryptocurrency to remove.