|
@@ -72,7 +72,7 @@ class TRC20 extends TRX
|
|
|
throw new TransactionException(hex2bin($body['result']['message']));
|
|
throw new TransactionException(hex2bin($body['result']['message']));
|
|
|
}
|
|
}
|
|
|
var_dump($body['transaction']);
|
|
var_dump($body['transaction']);
|
|
|
- var_dump($tradeobj);
|
|
|
|
|
|
|
+// var_dump($tradeobj);
|
|
|
try {
|
|
try {
|
|
|
$tradeobj = $this->tron->signTransaction($body['transaction']);
|
|
$tradeobj = $this->tron->signTransaction($body['transaction']);
|
|
|
$response = $this->tron->sendRawTransaction($tradeobj);
|
|
$response = $this->tron->sendRawTransaction($tradeobj);
|