|
@@ -225,6 +225,7 @@ const Withdraw = () => {
|
|
|
if (
|
|
|
faltaData.score <= currentChannel.min_amount ||
|
|
|
new BigNumber(value.amount).isGreaterThan(faltaData.score) ||
|
|
|
+ new BigNumber(value.amount).isLessThan(currentChannel.min_amount) ||
|
|
|
faltaData.waitPoint !== 0 ||
|
|
|
faltaData.waitScore !== 0
|
|
|
) {
|