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
the example should have an actual example since there is no explanation of what a denom_trace is.
According to the error message:
Error: rpc error: code = InvalidArgument desc = rpc error: code = InvalidArgument desc = trace info must come in pairs of port and channel identifiers '{portID}/{channelID}', got the identifiers: [transfer]: invalid request
it should be {port}/{channel} but it should actually be {port}/{channel}/{denom}. There should be an actual example of a denom_trace.
Version
gaia v7.0.1
Steps to Reproduce
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
gaiad q ibc-transfer denom-hash --help
results in:the example should have an actual example since there is no explanation of what a
denom_trace
is.According to the error message:
it should be
{port}/{channel}
but it should actually be{port}/{channel}/{denom}
. There should be an actual example of a denom_trace.Version
gaia v7.0.1
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: