We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c5c3a commit 6741303Copy full SHA for 6741303
internal/common/log.go
@@ -120,6 +120,7 @@ func DecodeLogs(chainId string, logs []Log) []*DecodedLog {
120
Err(fmt.Errorf("%v", err)).
121
Msg("Caught panic in DecodeLogs, possibly in decodeLogFunc")
122
}
123
+ decodedLogs[idx] = &DecodedLog{Log: eventLog}
124
}()
125
defer wg.Done()
126
decodedLog := decodeLogFunc(&eventLog, mut)
0 commit comments