We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 )
The text was updated successfully, but these errors were encountered:
Facing the same issue only on mainnet. message: "Server Error" If someone has the solution, please share.
message: "Server Error"
Sorry, something went wrong.
Hi, look this: #133
No branches or pull requests
If the transaction has a message, it will cause the transaction to fail to be sent.
like this:
return:
The text was updated successfully, but these errors were encountered: