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

I get a Signature error when I connect to my Dapp with Salmon Wallet. #27

Open
hkey0 opened this issue Jan 17, 2024 · 0 comments
Open

Comments

@hkey0
Copy link

hkey0 commented Jan 17, 2024

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:
image

Sometime not:
image

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...
image

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
@hkey0 and others