Alex Xu 7 月之前
父节点
当前提交
793a5fa211
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/services/chainService/index.ts

+ 1 - 1
src/services/chainService/index.ts

@@ -80,7 +80,7 @@ async function checkTxIsSendBananaToBlackhole(
         reason: -4,
       }
     }
-    if (new Decimal(amount.toString()).lt(tokenRealAmount('1'))) {
+    if (new Decimal(amount.toString()).lt(tokenRealAmount('30.98'))) {
       return {
         tx,
         success: false,