summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.