Skip to content
New issue

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

[BUG] add message error #120

Open
ygcool opened this issue Mar 4, 2022 · 2 comments
Open

[BUG] add message error #120

ygcool opened this issue Mar 4, 2022 · 2 comments

Comments

@ygcool
Copy link

ygcool commented Mar 4, 2022

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
)
@hamid-raza
Copy link

hamid-raza commented Mar 4, 2022

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

@ygcool
Copy link
Author

ygcool commented Jul 13, 2022

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

Hi, look this: #133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants