mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
types: add UnmarshalJSON funcs for Response types
This commit is contained in:
@@ -311,9 +311,7 @@ func or(err1 error, err2 error) error {
|
||||
func cmdTest(cmd *cobra.Command, args []string) error {
|
||||
fmt.Println("Running tests")
|
||||
|
||||
var err error
|
||||
|
||||
err = servertest.InitChain(client)
|
||||
err := servertest.InitChain(client)
|
||||
fmt.Println("")
|
||||
err = or(err, servertest.SetOption(client, "serial", "on"))
|
||||
fmt.Println("")
|
||||
|
Reference in New Issue
Block a user