mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
update for sdk2 libs. need to fix kv test
NOTE we only updating for tmlibs and abci
This commit is contained in:
@@ -274,7 +274,7 @@ func NewNode(config *cfg.Config,
|
||||
return err
|
||||
}
|
||||
if resQuery.IsErr() {
|
||||
return resQuery
|
||||
return fmt.Errorf("Error querying abci app: %v", resQuery)
|
||||
}
|
||||
return nil
|
||||
})
|
||||
@@ -284,7 +284,7 @@ func NewNode(config *cfg.Config,
|
||||
return err
|
||||
}
|
||||
if resQuery.IsErr() {
|
||||
return resQuery
|
||||
return fmt.Errorf("Error querying abci app: %v", resQuery)
|
||||
}
|
||||
return nil
|
||||
})
|
||||
|
Reference in New Issue
Block a user