Skip to content

Conversation

keerthanazion
Copy link

Fix the Bug Submission Pull Request

What was the bug?

The problem was the sender account variable was not a makeBasicAccountTransactionSigner function. The atc.addTransaction function takes in 2 parameters, the transaction and the makeBasicAccountTransactionSigner function with the (sender aka:signer) account.

How did you fix the bug?

By creating a variable 'signer' and assigning it the makeBasicAccountTransactionSigner with ( sender ) account. Then updated the atc.addTransaction signer values to signer on both of the following lines.

Console Screenshot:

Screenshot 2024-05-05 161345

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

Successfully merging this pull request may close these issues.

2 participants