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

Issue: set_unit_price() before set_payer() crashes game instance #277

Open
ZenRepublic opened this issue Sep 10, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@ZenRepublic
Copy link

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

@Virus-Axel Virus-Axel added the bug Something isn't working label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants