diff options
author | uvok | 2025-04-15 11:45:51 +0200 |
---|---|---|
committer | uvok | 2025-04-15 11:45:51 +0200 |
commit | 6b07516fe455a570a4c5372dbdc2d11f1a3542f9 (patch) | |
tree | 3caf74c78d4d9ecdbcc201fe7ede281e5b0b09d4 /trade.py | |
parent | b0baff2798408f5cfa74ec8f675d55ee3437df32 (diff) |
Clarify docs
Diffstat (limited to 'trade.py')
-rw-r--r-- | trade.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |