tron-api
tron-api copied to clipboard
[BUG] add message error
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
)
Facing the same issue only on mainnet.
message: "Server Error"
If someone has the solution, please share.
Facing the same issue only on mainnet.
message: "Server Error"If someone has the solution, please share.
Hi, look this: #133