fix_sell_token_amount# fix_sell_token_amount(current_balance, order_quantity, epsilon=Decimal('1.0000000000000000622815914577798564188970686927859787829220294952392578125E-9'))[source]# Fix rounding errors that may cause wallet dust overflow. TODO: This should be handled other part of the system. Returns: (new amount, was fixed) tuple Parameters: current_balance (Decimal) – order_quantity (Decimal) – Return type: Tuple[Decimal, bool]