mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +00:00
ResponseSetOption includes a response Code. Closes #64"
This commit is contained in:
@ -429,7 +429,8 @@ func cmdSetOption(cmd *cobra.Command, args []string) error {
|
||||
return err
|
||||
}
|
||||
printResponse(cmd, args, response{
|
||||
Log: res.Log,
|
||||
Code: res.Code,
|
||||
Log: res.Log,
|
||||
})
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user