Skip to content

Commit

Permalink
accounts/abi: template: set events Raw field in Parse methods (ethere…
Browse files Browse the repository at this point in the history
  • Loading branch information
nfeignon authored and gzliudan committed Jan 10, 2025
1 parent d97c9ce commit f15f30e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accounts/abi/bind/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ var (
if err := _{{$contract.Type}}.contract.UnpackLog(event, "{{.Original.Name}}", log); err != nil {
return nil, err
}
event.Raw = log
return event, nil
}
Expand Down

0 comments on commit f15f30e

Please sign in to comment.