Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Oct 21, 2024
1 parent 27a0b99 commit fd3a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (s *Service) processEvent(ctx context.Context, event BbnEvent) {
err = s.processFinalityProviderEditedEvent(ctx, bbnEvent)
case EventFinalityProviderStatusChange:
log.Debug().Msg("Processing finality provider status change event")
// TODO: expose error from this event
// TODO: fix error from this event
// https://github.com/babylonlabs-io/babylon-staking-indexer/issues/24
s.processFinalityProviderStateChangeEvent(ctx, bbnEvent)
case EventBTCDelegationCreated:
Expand Down

0 comments on commit fd3a111

Please sign in to comment.