mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user