WIN-2308041133\Administrator 6 mesi fa
parent
commit
0586c67eb3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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']));
         }