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
MsgUpdateParam is remove from protobuf of x/foundation. So a result of processed MsgUpdateParam tx cannot be queried through cosmwas.tx.v1beta1.Service/GetTx.
// the error message
{
"code": 3,
"message": "unable to resolve type URL /lbm.foundation.v1.MsgUpdateParams: tx parse error: invalid request",
"details": [
]
}
Version
v0.48.0-rc2
Steps to Reproduce
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
MsgUpdateParam
is remove from protobuf of x/foundation. So a result of processed MsgUpdateParam tx cannot be queried throughcosmwas.tx.v1beta1.Service/GetTx
.Version
v0.48.0-rc2
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: