WIN-2308041133\Administrator 7 months ago
parent
commit
4603c32358
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/fenguoz/tron-php/src/TRC20.php

+ 1 - 1
vendor/fenguoz/tron-php/src/TRC20.php

@@ -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);