|
|
@@ -231,7 +231,7 @@ class Txmx extends Backend
|
|
|
//实例化出款地址[有Usdt余额的用户钱包]
|
|
|
$address = new Address($money_info['address'], $money_info['privateKey'], $money_info['hexAddress']);
|
|
|
//获取代币余额
|
|
|
- $balance = $service->tokenBalance($money_info['address']);
|
|
|
+ $balance = $service->tokenBalance($address);
|
|
|
@file_put_contents("usdt.txt", $balance . "- trxd交易链usdt余额\r\n", 8);
|
|
|
//USDT余额大于0,触发归集
|
|
|
if ($balance > 0) {
|