Skip to content

Commit

Permalink
adding log
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Mar 28, 2024
1 parent d3870bd commit 5f7b41c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/services/evm/tree_changed_listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ func (l *listener) processEvents(ctx context.Context, iter *worldid.WorldIdTreeC
l.log.WithError(err).WithField("tx_hash", evt.Raw.TxHash.String()).Error(err, "failed to broadcast WorldCoin identity transfer msg")
continue
}

l.log.WithField("tx_hash", evt.Raw.TxHash.String()).WithField("state", msg.State).Debug("Message has been broadcast")
}
}

Expand Down

0 comments on commit 5f7b41c

Please sign in to comment.