fixes and version bump

This commit is contained in:
Ethan Buchman
2017-12-06 03:33:03 -05:00
parent 42e77de6a3
commit 167d0e82f9
9 changed files with 25 additions and 19 deletions

View File

@ -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.