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 bcbf691 commit e1b9458Copy full SHA for e1b9458
internal/handlers/logs_handlers.go
@@ -117,9 +117,8 @@ func handleLogsRequest(c *gin.Context) {
117
eventABI, err = common.ConstructEventABI(signature)
118
if err != nil {
119
log.Debug().Err(err).Msgf("Unable to construct event ABI for %s", signature)
120
- } else {
121
- signatureHash = eventABI.ID.Hex()
122
}
+ signatureHash = eventABI.ID.Hex()
123
124
125
mainStorage, err := getMainStorage()
0 commit comments