Skip to content

Commit

Permalink
lint :)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Nov 27, 2024
1 parent ae00cea commit d4b36f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/v2/autocli/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ func (b *Builder) generateOrBroadcastTxWithV2(cmd *cobra.Command, msgs ...transa

// userConfirmation returns a function that prompts the user for confirmation
// before signing and broadcasting a transaction.
//
//nolint:unused // It is used in generateOrBroadcastTxWithV2 however linting is complaining.
func (b *Builder) userConfirmation(cmd *cobra.Command) func([]byte) (bool, error) {
format, _ := cmd.Flags().GetString(flags.FlagOutput)
printer := print.Printer{
Expand Down

0 comments on commit d4b36f9

Please sign in to comment.