Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrajovic committed Jun 19, 2024
1 parent 2ef735e commit a0efa33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ func readTxCommandFlags(clientCtx Context, flagSet *pflag.FlagSet) (Context, err
clientCtx.SignModeStr != flags.SignModeLegacyAminoJSON &&
clientCtx.SignModeStr != flags.SignModeTextual &&
!clientCtx.LedgerHasProtobuf {
fmt.Println("Default sign-mode 'direct' not supported by Ledger, using sign-mode 'amino-json'.")
clientCtx = clientCtx.WithSignModeStr(flags.SignModeLegacyAminoJSON)
}
}
Expand Down

0 comments on commit a0efa33

Please sign in to comment.