Replies: 1 comment
-
I guess this is some custom program. If it sets ownership over the account, it cannot be used for paying the fees. Your problem looks similar to this question: https://stackoverflow.com/questions/69779501/is-it-possible-to-corrupt-solana-smart-contract-from-client-side |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build a transaction to call the smart contract written using anchor. When i create a new keypair and make a transaction, it goes through. But when i use the same keypair and try to make another transaction, it fails with the following error
Transaction simulation failed: This account may not be used to pay transaction fees
.Any transaction after that fails with the above error.
Here is the snippet of the code I am using to build the transaction.
The signer has more than enough funds to pay for tx.
Please tell me where am i going wrong.
Beta Was this translation helpful? Give feedback.
All reactions