@@ -319,7 +319,7 @@ return [
'usdt' => [
'address' => 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t',
'decimal' => 6,
- 'private_key' => 'f322ad257024b72be5a7bf09cbb58aec0bd89ee6de8bdd9858d4bcbdc0c84427', //私钥
+ 'private_key' => '', //私钥
]
],
@@ -67,6 +67,7 @@ class TRC20 extends TRX
'call_value' => 0,
'owner_address' => $from->hexAddress,
], true);
+ var_dump($body);die;
if (isset($body['result']['code'])) {
throw new TransactionException(hex2bin($body['result']['message']));
}