WIN-2308041133\Administrator 9 tháng trước cách đây
mục cha
commit
e6cfe7425b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'],