mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
rpc: fix tests
This commit is contained in:
@ -19,13 +19,7 @@ func ABCIQuery(path string, data data.Bytes, prove bool) (*ctypes.ResultABCIQuer
|
||||
}
|
||||
log.Info("ABCIQuery", "path", path, "data", data, "result", resQuery)
|
||||
return &ctypes.ResultABCIQuery{
|
||||
Code: resQuery.Code,
|
||||
Index: resQuery.Index,
|
||||
Key: resQuery.Key,
|
||||
Value: resQuery.Value,
|
||||
Proof: resQuery.Proof,
|
||||
Height: resQuery.Height,
|
||||
Log: resQuery.Log,
|
||||
resQuery.Result(),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user