incorrect program id for instruction
See original GitHub issueI follow those step but npm run start
got:failed with log: incorrect program id for instruction
.Why?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
incorrect program id for instruction. Works on devnet but not ...
IncorrectProgramId from the token program means that the owner of the account wasn't the expected spl-token program.
Read more >Test Validator SPL Associated Token Account ... - GitHub
When creating the associated token account, the token program is failing with "incorrect program id", most likely because the first transaction ...
Read more >Incorrect program id for instruction - General - Solana
Hi all, I created and deployed the helloworld Program as per: Now, I'am trying to write a JavaScript program to communicate to my...
Read more >instruction.rs - source - Docs.rs
The program instruction returned an error #[error("generic instruction error")] ... the expected program id #[error("incorrect program id for instruction")] ...
Read more >spl token - Solana Stack Exchange
Program ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL failed: incorrect program id for instruction · Ask Question. Asked 4 days ago.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi! It works fine when using the
solana-test-validator
compiled from source (https://github.com/solana-labs/solana/tree/master/validator). @fospring @saurabhsharan @vpontis ccI solve it by compile
solana-test-validator
solana
cli from source(master branch) andrm ~/.cache/solana
and recompile this program. @vpontis @Thearas