WIN-2308041133\Administrator 6 tháng trước cách đây
mục cha
commit
8feaaee4d5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      vendor/fenguoz/tron-php/src/TRC20.php

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

@@ -67,7 +67,6 @@ 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']));
         }