Skip to content

Commit

Permalink
rm comment from staker stats
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Dec 3, 2024
1 parent 1b649e2 commit db6c0a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/v2/service/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ func (s *V2Service) ProcessActiveDelegationStats(ctx context.Context, stakingTxH
}

if !statsLockDocument.StakerStats {
// TODO: Convert the staker public key to multiple BTC addresses and save
// them in the database.
// https://github.com/babylonlabs-io/staking-api-service/issues/162

err = s.DbClients.V2DBClient.IncrementStakerStats(
ctx, stakingTxHashHex, stakerPkHex, amount,
)
Expand Down

0 comments on commit db6c0a4

Please sign in to comment.