mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 19:35:04 +00:00
accounts/abi: template: set events Raw field in Parse methods (#21807)
This commit is contained in:
parent
2045a2bba3
commit
cf856ea1ad
1 changed files with 1 additions and 0 deletions
|
|
@ -541,6 +541,7 @@ var (
|
|||
if err := _{{$contract.Type}}.contract.UnpackLog(event, "{{.Original.Name}}", log); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
event.Raw = log
|
||||
return event, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue