Skip to content

Commit 6741303

Browse files
committed
minor change
1 parent c6c5c3a commit 6741303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/common/log.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ func DecodeLogs(chainId string, logs []Log) []*DecodedLog {
120120
Err(fmt.Errorf("%v", err)).
121121
Msg("Caught panic in DecodeLogs, possibly in decodeLogFunc")
122122
}
123+
decodedLogs[idx] = &DecodedLog{Log: eventLog}
123124
}()
124125
defer wg.Done()
125126
decodedLog := decodeLogFunc(&eventLog, mut)

0 commit comments

Comments
 (0)