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

missing field fee_payer_signer_index in initializer of ProgramCliCommand #23

Open
AlvinKuruvilla opened this issue Feb 20, 2024 · 2 comments
Assignees

Comments

@AlvinKuruvilla
Copy link

AlvinKuruvilla commented Feb 20, 2024

I encountered this issue in crates/aqd-solana-contracts/src/solana_deploy.rs line 48

@AlvinKuruvilla AlvinKuruvilla changed the title missing field fee_payer_signer_index in initializer of `ProgramCliCommand missing field fee_payer_signer_index in initializer of ProgramCliCommand Feb 20, 2024
@AlvinKuruvilla
Copy link
Author

I'm unsure where the compiler sees this field because I did a project-wide search for the string "fee_payer_signer_index" and came up with nothing.

@tareknaser
Copy link
Contributor

fee_payer_signer_index seems to be a field of ProgramCliCommand::Deploy in a newer version of Solana crates than v1.17.2

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

No branches or pull requests

2 participants