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'm trying to sign a MsgSetWithdrawAddress, and correct me if I'm wrong, but it seems it's not supported currently. During signing I see cosmos-sdk/MsgSetWithdrawAddress as the message type as opposed to "Withdraw Address" or something like that and the withdraw address field name is also not "prettified" as with MsgSend or MsgDelegate, and sending with it throws a signature error. Can you please support this message type?
Messages were prettified and tests were added to the app to check these improvements! It will be available since next release! PR: #77
Thanks for reporting this issue!
PS: the transaction can be signed with previous versions of the app 😄
I'm trying to sign a
MsgSetWithdrawAddress
, and correct me if I'm wrong, but it seems it's not supported currently. During signing I seecosmos-sdk/MsgSetWithdrawAddress
as the message type as opposed to "Withdraw Address" or something like that and the withdraw address field name is also not "prettified" as withMsgSend
orMsgDelegate
, and sending with it throws a signature error. Can you please support this message type?This is the message I'm passing to sign:
The text was updated successfully, but these errors were encountered: