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
when creating transaction, i set
transaction.set_unit_limit(0.0) transaction.set_unit_price(0.0) transaction.set_payer(wallet)
and it crashes the game
if i set payer first, then set limits, its all working well
No response
The text was updated successfully, but these errors were encountered:
Virus-Axel
No branches or pull requests
Description
when creating transaction, i set
transaction.set_unit_limit(0.0)
transaction.set_unit_price(0.0)
transaction.set_payer(wallet)
and it crashes the game
if i set payer first, then set limits, its all working well
Suggested Improvements
No response
Extra Information
No response
The text was updated successfully, but these errors were encountered: