mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
fix wallet
This commit is contained in:
@@ -119,7 +119,10 @@
|
||||
parameters: {
|
||||
amount: {
|
||||
required,
|
||||
minValue: minValue(this.minValue),
|
||||
minValue: 0,
|
||||
},
|
||||
reference: {
|
||||
required: requiredIf(function () { return this.parameters.transaction_type !== 0 })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user