Skip to content

Commit

Permalink
updated query
Browse files Browse the repository at this point in the history
  • Loading branch information
gloryan committed Sep 8, 2023
1 parent 28b01e4 commit 62c2cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/chains/cosmos/stayking/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
)

func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
cdc.RegisterConcrete(&MsgSubmitQueryResponse{}, "/stayking.interchainquery.v1.MsgSubmitQueryResponse", nil)
cdc.RegisterConcrete(&MsgSubmitQueryResponse{}, "/stayking.interchainquery.MsgSubmitQueryResponse", nil)
}

func RegisterInterfaces(registry types.InterfaceRegistry) {
Expand Down

0 comments on commit 62c2cdc

Please # to comment.