MeshJS / mesh

An open-source library to advance Web3 development on Cardano

Home Page:https://meshjs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lace Wallet wallet signature not generating properly

kamranhafeezbim opened this issue · comments

Hi, hope you are doing well
I have a DAPP that uses lace wallet and the whole flow is that first user connects the wallets and after successful connection the message signing method is called, but the wallet signature is generated after some time and on first attempt it generates an invalid signature upon second request it generates the correct signature and in both cases it takes time. Can anyone tell me why is this happening, I also have tried updating my version still no luck

Mesh is asking the wallet for signature then it adds it to the transaction witnesses. I suggest you try to call the sign function directly and see if it is still behaving the same