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