Skip to content

Commit

Permalink
addres pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Nov 8, 2024
1 parent dc77097 commit 212b149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/rpcapi/filter_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func (api *FilterAPI) GetLogs(ctx context.Context, crit common.FilterCriteria) (
if err != nil {
return nil, err
}
audit(api.we, "RPC call. uid=%s, method=%s args=%v result=%v error=%v time=%d", hexutils.BytesToHex(userID), method, crit, res, err, time.Since(requestStartTime).Milliseconds())
audit(api.we, "RPC call. uid=%s, method=%s args=%v result=%v error=%v time=%d", hexutils.BytesToHex(user.ID), method, crit, res, err, time.Since(requestStartTime).Milliseconds())
return *res, err
}

Expand Down

0 comments on commit 212b149

Please sign in to comment.