mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
fixes and version bump
This commit is contained in:
@ -58,9 +58,7 @@ func ABCIQuery(path string, data data.Bytes, height int64, trusted bool) (*ctype
|
||||
return nil, err
|
||||
}
|
||||
logger.Info("ABCIQuery", "path", path, "data", data, "result", resQuery)
|
||||
return &ctypes.ResultABCIQuery{
|
||||
resQuery,
|
||||
}, nil
|
||||
return &ctypes.ResultABCIQuery{*resQuery}, nil
|
||||
}
|
||||
|
||||
// Get some info about the application.
|
||||
|
Reference in New Issue
Block a user