Skip to content

sayonara challenge 4 ! #70

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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