We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cafaa8 commit 6e1f112Copy full SHA for 6e1f112
1 file changed
client/v2/autocli/msg.go
@@ -172,9 +172,7 @@ func (b *Builder) BuildMsgMethodCommand(descriptor protoreflect.MethodDescriptor
172
msg := dynamicpb.NewMessage(input.Descriptor())
173
proto.Merge(msg, input.Interface())
174
175
- return b.generateOrBroadcastTxWithV2(cmd, msg)
176
-
177
- // return clienttx.GenerateOrBroadcastTxCLI(clientCtx, cmd.Flags(), msg)
+ return clienttx.GenerateOrBroadcastTxCLI(clientCtx, cmd.Flags(), msg)
178
}
179
180
cmd, err := b.buildMethodCommandCommon(descriptor, options, execFunc)
0 commit comments