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

fix: replace TransactionMessage accountKeys field with payerKey #27653

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

jstarry
Copy link
Member

@jstarry jstarry commented Sep 7, 2022

Problem

The accountKeys field on TransactionMessage is redundant because the instructions already list all the account keys. Also, there is no easy way to get or set the payerKey on a TransactionMessage instance.

Summary of Changes

  • Replace accountKeys with payerKey

Fixes #

@jstarry jstarry merged commit f8b5b51 into solana-labs:master Sep 7, 2022
@jstarry jstarry deleted the web3/fix-tx-message branch September 7, 2022 22:11
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.

None yet

2 participants