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 6741303 commit 4d12177Copy full SHA for 4d12177
internal/common/log.go
@@ -117,6 +117,9 @@ func DecodeLogs(chainId string, logs []Log) []*DecodedLog {
117
log.Error().
118
Any("chainId", chainId).
119
Any("Logs", logs).
120
+ Int("logIndex", idx).
121
+ Str("logAddress", eventLog.Address).
122
+ Str("logTopic0", eventLog.Topic0).
123
Err(fmt.Errorf("%v", err)).
124
Msg("Caught panic in DecodeLogs, possibly in decodeLogFunc")
125
}
0 commit comments