WIN-2308041133\Administrator 6 달 전
부모
커밋
e6cfe7425b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vendor/fenguoz/tron-php/src/TRC20.php

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

@@ -79,7 +79,7 @@ class TRC20 extends TRX
         } catch (TronException $e) {
             throw new TransactionException($e->getMessage(), $e->getCode());
         }
-        var_dump($response);die();
+        var_dump($response);
         if (isset($response['result']) && $response['result'] == true) {
             return new Transaction(
                 $body['transaction']['txID'],