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
creating transaction from serialized form: var transaction:Transaction = Transaction.new_from_bytes(transaction_bytes)
and then setting a payer: transaction.set_payer(wallet)
this crashes the game.
if i instead do transaction.set_signers([wallet]) it's not crashing
No response
The text was updated successfully, but these errors were encountered:
ok so there is some sort of difference with transactions created regularly and those created with new_from_bytes()
for regular transactions, it crashes if i write transaction.set_signers() and for new_from_bytes ones, it crashes if i do transaction.set_payer()
Sorry, something went wrong.
Virus-Axel
No branches or pull requests
Description
creating transaction from serialized form:
var transaction:Transaction = Transaction.new_from_bytes(transaction_bytes)
and then setting a payer:
transaction.set_payer(wallet)
this crashes the game.
if i instead do transaction.set_signers([wallet]) it's not crashing
Suggested Improvements
No response
Extra Information
No response
The text was updated successfully, but these errors were encountered: