bmresearch / Solnet

Solana's .NET SDK and integration library.
https://blockmountain.io/Solnet
MIT License
319 stars 128 forks source link

AssociatedTokenAccountsExample Example problem : Blockhash not found #436

Closed mortezadalil closed 6 months ago

mortezadalil commented 1 year ago

When I change wallet MnemonicWords to new one and run AssociatedTokenAccountsExample , I got this error in response of transaction : Transaction simulation failed: Attempt to debit an account but found no record of a prior credit.

I got this error in this line of code: Examples.SubmitTxSendAndLog(createAndInitializeMintToTx);