Skip to content

Commit e1b9458

Browse files
committed
revert sighatureHash change
1 parent bcbf691 commit e1b9458

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/handlers/logs_handlers.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@ func handleLogsRequest(c *gin.Context) {
117117
eventABI, err = common.ConstructEventABI(signature)
118118
if err != nil {
119119
log.Debug().Err(err).Msgf("Unable to construct event ABI for %s", signature)
120-
} else {
121-
signatureHash = eventABI.ID.Hex()
122120
}
121+
signatureHash = eventABI.ID.Hex()
123122
}
124123

125124
mainStorage, err := getMainStorage()

0 commit comments

Comments
 (0)