Skip to content

Commit

Permalink
delete lower
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlwdgithub committed Jun 13, 2019
1 parent debacef commit 926549b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func GetEventByAddress(getEventByAddressParams *adaptor.GetEventByAddressParams,

//
var result adaptor.GetEventByAddressResult
getEventByAddressParams.ConcernAddr = strings.ToLower(getEventByAddressParams.ConcernAddr)
//getEventByAddressParams.ConcernAddr = strings.ToLower(getEventByAddressParams.ConcernAddr)//eth address need lower
for filterIter.Next() {
if strings.Contains(filterIter.values, getEventByAddressParams.ConcernAddr) {
result.Events = append(result.Events, filterIter.values)
Expand Down

0 comments on commit 926549b

Please sign in to comment.