Skip to content

Commit

Permalink
fix remote of the ibc query status
Browse files Browse the repository at this point in the history
  • Loading branch information
lyh169 committed Aug 14, 2023
1 parent f438319 commit a958305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/ibc-go/modules/core/02-client/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ func GetCmdQueryClientStatus(m *codec.CodecProxy, reg interfacetypes.InterfaceRe
},
}

flags.AddQueryFlagsToCmd(cmd)

return cmd
}

Expand Down

0 comments on commit a958305

Please sign in to comment.