mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
fix megacheck warning
This commit is contained in:
parent
f6a79dd7c5
commit
5be9c50b47
@ -355,12 +355,12 @@ func cmdInfo(cmd *cobra.Command, args []string) error {
|
||||
|
||||
// Set an option on the application
|
||||
func cmdSetOption(cmd *cobra.Command, args []string) error {
|
||||
log, err := client.SetOptionSync(args[0], args[1])
|
||||
resLog, err := client.SetOptionSync(args[0], args[1])
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
printResponse(cmd, args, response{
|
||||
Log: log,
|
||||
Log: resLog,
|
||||
})
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user