Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Dec 12, 2024
1 parent 0636d92 commit dd40d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btcstaking-tracker/btcslasher/slasher.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ func (bs *BTCSlasher) handleEvidence(evt *coretypes.ResultEvent, isConsumer bool
fpBTCSK, err := evidence.ExtractBTCSK()
if err != nil {
bs.logger.Errorf("failed to extract BTC SK of the slashed %s finality provider %s: %v", fpType, fpBTCPKHex, err)

return
}

Expand Down

0 comments on commit dd40d43

Please sign in to comment.