Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Oct 21, 2024
1 parent d9f926a commit 4649b3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/services/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ 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
// https://github.com/babylonlabs-io/babylon-staking-indexer/issues/24
s.processFinalityProviderStateChangeEvent(ctx, bbnEvent)
case EventBTCDelegationCreated:
log.Debug().Msg("Processing new BTC delegation event")
Expand Down

0 comments on commit 4649b3c

Please sign in to comment.