You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When I connect to my dapp with salmon wallet, I face an interesting problem.
Icoded a token creator dapp to run on Eclipse network. I used Salmon wallet. Everything is great but there is a problem.
The project is running on my localhost. Sometimes when I refresh the page and try to create a token, I get an error "Transaction signature verification failure". This error occurs randomly. So when I refresh the page, sometimes I send TX successfully and sometimes I get this error.
I built my project on top of the following eclipse repo. https://github.com/Eclipse-Laboratories-Inc/chomping-glass/
When I go into the details of the problem, I realized that when I add the SystemProgram.createAccount instruction to the transactions, I encounter this problem.
Sometime it works:
Sometime not:
It happens randomly. And i noticed that works 100% on solana devnet (with phantom and solflare wallet). is there a problem with the salmon wallet adapter?
Just adding this transaction, and bug...
The text was updated successfully, but these errors were encountered:
Hello,
When I connect to my dapp with salmon wallet, I face an interesting problem.
Icoded a token creator dapp to run on Eclipse network. I used Salmon wallet. Everything is great but there is a problem.
The project is running on my localhost. Sometimes when I refresh the page and try to create a token, I get an error "Transaction signature verification failure". This error occurs randomly. So when I refresh the page, sometimes I send TX successfully and sometimes I get this error.
I built my project on top of the following eclipse repo.
https://github.com/Eclipse-Laboratories-Inc/chomping-glass/
When I go into the details of the problem, I realized that when I add the SystemProgram.createAccount instruction to the transactions, I encounter this problem.
Sometime it works:
Sometime not:
It happens randomly. And i noticed that works 100% on solana devnet (with phantom and solflare wallet). is there a problem with the salmon wallet adapter?
Just adding this transaction, and bug...
The text was updated successfully, but these errors were encountered: