Limit order size to a minimum of 2 DOGE.

The "dust" threshold is around 1 DOGE - meaning orders below this size cannot be refunded or redeemed. The simplest solution is to prevent orders of this size being placed to begin with.
This commit is contained in:
CalDescent
2021-07-29 08:47:45 +01:00
parent b26175b7c6
commit ed997af043
6 changed files with 28 additions and 6 deletions

View File

@@ -64,3 +64,5 @@ TRANSACTION_UNKNOWN = transaction unknown
TRANSFORMATION_ERROR = could not transform JSON into transaction
UNAUTHORIZED = API call unauthorized
ORDER_SIZE_TOO_SMALL = order size too small