diff options
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. |