Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit e06e4c9

Browse files
authored
fix no new final by search next one (#84)
1 parent 181b86c commit e06e4c9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

finality-gadget/rpc/provider/finality_state_provider.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ func (p *FinalizedStateProvider) QueryFinalizedBlockInBabylon(ctx context.Contex
203203

204204
if isFinalized {
205205
fromBlockHeight = tryEndBlockHeight
206-
} else {
207-
currentNumber = tryEndBlockHeight
208206
}
209207
}
210208

0 commit comments

Comments
 (0)