We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9700f78 commit c7b8a8aCopy full SHA for c7b8a8a
1 file changed
runtime/router.go
@@ -67,7 +67,7 @@ func (m *msgRouterService) InvokeUntyped(ctx context.Context, msg protoiface.Mes
67
return msgResp, err
68
}
69
70
-// msgTypeURL returns the TypeURL of a `sdk.Msg`.
+// msgTypeURL returns the TypeURL of a proto message.
71
func msgTypeURL(msg proto.Message) string {
72
if m, ok := msg.(protov2.Message); ok {
73
return "/" + string(m.ProtoReflect().Descriptor().FullName())
0 commit comments