Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Mar 27, 2024
1 parent e534163 commit 4cf0544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/evm/tree_changed_listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ func (l *listener) processEvents(ctx context.Context, iter *worldid.WorldIdTreeC
exist, err := l.checkExist(ctx, msg)
if err != nil {
l.log.WithError(err).WithField("tx_hash", evt.Raw.TxHash.String()).Error("failed to check operation already exist")
return
}

if exist {
Expand Down

0 comments on commit 4cf0544

Please sign in to comment.