Skip to content

Commit

Permalink
Update models/transaction.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ardit Marku <[email protected]>
  • Loading branch information
sideninja and m-Peter authored Jul 19, 2024
1 parent 4e3712a commit 0a407df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func decodeTransactionEvent(

encodedLogs, err := hex.DecodeString(txEvent.Logs)
if err != nil {
return nil, nil, fmt.Errorf("failed to hex decode receipt [%s]: %w", txEvent.Logs, err)
return nil, nil, fmt.Errorf("failed to hex decode transaction logs [%s]: %w", txEvent.Logs, err)
}

var logs []*gethTypes.Log
Expand Down

0 comments on commit 0a407df

Please sign in to comment.