mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +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