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