Skip to content

Commit 6e1f112

Browse files
fix: don't use v2 still
1 parent 6cafaa8 commit 6e1f112

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

client/v2/autocli/msg.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,7 @@ func (b *Builder) BuildMsgMethodCommand(descriptor protoreflect.MethodDescriptor
172172
msg := dynamicpb.NewMessage(input.Descriptor())
173173
proto.Merge(msg, input.Interface())
174174

175-
return b.generateOrBroadcastTxWithV2(cmd, msg)
176-
177-
// return clienttx.GenerateOrBroadcastTxCLI(clientCtx, cmd.Flags(), msg)
175+
return clienttx.GenerateOrBroadcastTxCLI(clientCtx, cmd.Flags(), msg)
178176
}
179177

180178
cmd, err := b.buildMethodCommandCommon(descriptor, options, execFunc)

0 commit comments

Comments
 (0)