Decrease minimum Protocoin vend amount
This commit is contained in:
parent
c288df0905
commit
e40383c0fd
|
@ -1200,7 +1200,7 @@ class ProtocoinViewSet(Base):
|
||||||
except ValueError:
|
except ValueError:
|
||||||
raise exceptions.ValidationError(dict(amount='Invalid number.'))
|
raise exceptions.ValidationError(dict(amount='Invalid number.'))
|
||||||
|
|
||||||
if amount < 1.00:
|
if amount < 0.25:
|
||||||
raise exceptions.ValidationError(dict(amount='Amount too small.'))
|
raise exceptions.ValidationError(dict(amount='Amount too small.'))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user