WIN-2308041133\Administrator пре 8 месеци
родитељ
комит
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) {
         } catch (TronException $e) {
             throw new TransactionException($e->getMessage(), $e->getCode());
             throw new TransactionException($e->getMessage(), $e->getCode());
         }
         }
-        var_dump($response);die();
+        var_dump($response);
         if (isset($response['result']) && $response['result'] == true) {
         if (isset($response['result']) && $response['result'] == true) {
             return new Transaction(
             return new Transaction(
                 $body['transaction']['txID'],
                 $body['transaction']['txID'],