Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
gitferry committed Dec 18, 2024
1 parent 757156e commit 4b3511b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions finality-provider/service/fp_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ func (fp *FinalityProviderInstance) finalitySigSubmissionLoop() {
continue
}

if len(processedBlocks) == 0 {
continue
}

res, err := fp.retrySubmitSigsUntilFinalized(processedBlocks)
if err != nil {
fp.metrics.IncrementFpTotalFailedVotes(fp.GetBtcPkHex())
Expand Down

0 comments on commit 4b3511b

Please sign in to comment.