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
gzliudan committed Jan 22, 2025
1 parent 67fdbd9 commit 129aefc
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 129aefc

Please sign in to comment.