WIN-2308041133\Administrator 7 bulan lalu
induk
melakukan
f8c0bdac8d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      vendor/fenguoz/tron-php/src/TRC20.php

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

@@ -34,7 +34,7 @@ class TRC20 extends TRX
             'parameter' => $format,
             'owner_address' => $address->hexAddress,
         ]);
-
+        var_dump($body);die();
         if (isset($body->result->code)) {
             throw new TronErrorException(hex2bin($body->result->message));
         }