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
Error: Broadcasting transaction failed with code 4 (codespace: sdk). Log: signature verification failed; please verify account number (108756), sequence (16) and chain-id (veles-dev-test-1): unauthorized
at SigningStargateClient.broadcastTx (@cosmjs_stargate.js?v=f839367f:40795:33)
at async Proxy.createVestingPool (SplitVesting.vue:128:13)
I know that i'm hardcoding duration conversion for now but i don't know how to do it correctly. I was trying passing objects, numbers and other formats to AminoMsgCreateVestingPool type. I don't know what I can do more.
Thank's in advance!
The text was updated successfully, but these errors were encountered:
Hello,
I have a big problem with amino converter for Duration type.
Here is my proto definition of a message:
Here is my typescript type for protobuf signing:
Duration is of this type:
And here is my AminoMsgCreateVestingPool
Here i have my amino converter:
Here is error from the chain:
I know that i'm hardcoding duration conversion for now but i don't know how to do it correctly. I was trying passing objects, numbers and other formats to AminoMsgCreateVestingPool type. I don't know what I can do more.
Thank's in advance!
The text was updated successfully, but these errors were encountered: