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
I can send the transaction using the direct mode (directly signing with Keplr extention, no Ledger)
I can send the transaction using the chain's CLI. I can also see the same exact prompt on the Ledger device. Exact same to what I see when I try to sign via the web app.
I have tried to replace BigInt(posIndex), with simply posIndex and Long.fromString(posIndex) but to no avail.
The text was updated successfully, but these errors were encountered:
I can send the transaction using the direct mode (directly signing with Keplr extention, no Ledger)
I can send the transaction using the chain's CLI. I can also see the same exact prompt on the Ledger device. Exact same to what I see when I try to sign via the web app.
I've been trying to sing and send a custom message using ledger. The error is the following
Here's the code I use:
Where
And here's the go struct on the chain itself
A few points regarding that:
BigInt(posIndex),
with simplyposIndex
andLong.fromString(posIndex)
but to no avail.The text was updated successfully, but these errors were encountered: