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
Have run into multiple issues with this library, namely signature verification failed; verify correct account sequence and chain-id but I thought it'd be best to set up a test repo to see what I'm doing wrong.
I can look more into this, but you replicate a lot of the logic of https://github.com/luniehq/cosmos-api which you may want to fork instead of creating all the structures and signing logic again.
Have run into multiple issues with this library, namely
signature verification failed; verify correct account sequence and chain-id
but I thought it'd be best to set up a test repo to see what I'm doing wrong.I'm running the cosmos sdk application tutorial https://github.com/cosmos/sdk-application-tutorial and I have edited the
handleMsgBuyName
function insdk-application-tutorial/x/nameservice/handler.go
to look like this
My script then looks like this
Is there something obvious I am doing wrong?
The text was updated successfully, but these errors were encountered: