tron-api icon indicating copy to clipboard operation
tron-api copied to clipboard

[BUG] add message error

Open ygcool opened this issue 4 years ago • 2 comments

If the transaction has a message, it will cause the transaction to fail to be sent. like this:

$tron->sendTransaction($to, $value, 'hello');

return:

Array
(
    [code] => SIGERROR
    [txid] => xxx
    [message] => xxx
)

ygcool avatar Mar 04 '22 02:03 ygcool

Facing the same issue only on mainnet. message: "Server Error" If someone has the solution, please share.

hamid-raza avatar Mar 04 '22 20:03 hamid-raza

Facing the same issue only on mainnet. message: "Server Error" If someone has the solution, please share.

Hi, look this: #133

ygcool avatar Jul 13 '22 01:07 ygcool