Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Oct 18, 2024
1 parent 789922a commit add9a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (sew *StakingEventWatcher) checkBabylonDelegations(status btcstakingtypes.B
return fmt.Errorf("error fetching active delegations from babylon: %v", err)
}

sew.logger.Debugf("fetched %d delegations from babylon", len(delegations))
sew.logger.Debugf("fetched %d delegations from babylon by status %s", len(delegations), status)

for _, delegation := range delegations {
addDel(delegation)
Expand Down

0 comments on commit add9a62

Please sign in to comment.