|
|
@@ -137,11 +137,10 @@ class Txmx extends Backend
|
|
|
$bscgasAddress = $blockchain['bsc']['tokens']['usdt']['gas_address'];
|
|
|
$list = Db::name('user_usdt_address')->where('last_recharge','>',0)->select();
|
|
|
foreach ($list as $key => $value) {
|
|
|
- var_dump($value);
|
|
|
$trx_money_info = [
|
|
|
'address' => $value['trx_address'],
|
|
|
'hexAddress' => $value['trx_16_address'],
|
|
|
- 'privateKey' => $value['trx_key '],
|
|
|
+ 'privateKey' => $value['trx_key'],
|
|
|
];
|
|
|
$this->trx_summary($trx_money_info,$trcUsdtAddress,$trcgasAddress );
|
|
|
$bsc_money_info = [
|