Skip to content

Commit

Permalink
TMP Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Oct 9, 2023
1 parent 3f63fc5 commit 8e9fc62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions service/cachemdw/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ func (c *ServiceCache) CacheQueryResponse(

func (c *ServiceCache) ValidateAndCacheQueryResponse(
ctx context.Context,
decodedReq *decode.EVMRPCRequestEnvelope,
req *decode.EVMRPCRequestEnvelope,
host string,
body []byte,
response []byte,
) error {
// TODO(yevhenii): add validation

Expand All @@ -111,9 +111,9 @@ func (c *ServiceCache) ValidateAndCacheQueryResponse(

if err := c.CacheQueryResponse(
ctx,
decodedReq,
req,
chainID,
body,
response,
); err != nil {
return err
}
Expand Down

0 comments on commit 8e9fc62

Please sign in to comment.