WIN-2308041133\Administrator 7 miesięcy temu
rodzic
commit
d5be9f801a
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      vendor/fenguoz/tron-php/src/TRC20.php

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

@@ -27,7 +27,6 @@ class TRC20 extends TRX
 
     public function balance(Address $address)
     {
-        var_dump($address->hexAddress);die();
         $format = Formatter::toAddressFormat($address->hexAddress);
         $body = $this->_api->post('/wallet/triggersmartcontract', [
             'contract_address' => $this->contractAddress->hexAddress,