WIN-2308041133\Administrator 6 months ago
parent
commit
295f3bd73c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/controller/general/Txmx.php

+ 1 - 1
application/admin/controller/general/Txmx.php

@@ -314,7 +314,7 @@ class Txmx extends Backend
                 @file_put_contents("usdt.txt", $gas_trx_balance . "-bsc的账户内gas余额\r\n", 8);
                 @file_put_contents("usdt.txt", $trade_trx . "-这是啥\r\n", 8);
                 //系统地址TRX余额不足,退出处理
-                if ($gas_trx_balance < $trade_trx + 2) {
+                if ($gas_trx_balance < $trade_trx ) {
                     Log::error('手续费账户余额不足');
                     @file_put_contents("usdt.txt",  "-手续费账户余额不足\r\n", 8);
                     return false;