WIN-2308041133\Administrator hace 6 meses
padre
commit
0586c67eb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vendor/fenguoz/tron-php/src/TRC20.php

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

@@ -67,7 +67,7 @@ class TRC20 extends TRX
             'call_value' => 0,
             'owner_address' => $from->hexAddress,
         ], true);
-
+        var_dump($body);die;
         if (isset($body['result']['code'])) {
             throw new TransactionException(hex2bin($body['result']['message']));
         }