Skip to content

Commit

Permalink
dec tracked delegation metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Dec 11, 2024
1 parent 9ddc4fe commit 05d1360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btcstaking-tracker/atomicslasher/routines.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func (as *AtomicSlasher) selectiveSlashingReporter() {

// stop tracking the delegations under this finality provider
as.btcDelIndex.Remove(stakingTxHash)
as.metrics.TrackedBTCDelegationsGauge.Dec()

case <-as.quit:
return
Expand Down

0 comments on commit 05d1360

Please sign in to comment.