-
Notifications
You must be signed in to change notification settings - Fork 716
Closed
Milestone
Description
Summary of Bug
gaiad q ibc-transfer denom-hash --help
results in:
Usage:
gaiad query ibc-transfer denom-hash [trace] [flags]
Examples:
gaiad query ibc-transfer denom-hash [denom_trace]
...
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
Metadata
Metadata
Assignees
Labels
No labels