Skip to content

Commit

Permalink
fix start height
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue committed Feb 19, 2025
1 parent f46e073 commit 29fb725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (b *Bootstrap) StartEventIngestion(ctx context.Context) error {
var subscriber ingestion.EventSubscriber
if b.config.ExperimentalSoftFinalityEnabled {
// temporary code to fix data caused by hashing bug
if nextCadenceHeight == 243637164 {
if nextCadenceHeight == 243637163 {
// delete all data before the broken height
i := nextCadenceHeight
for {
Expand Down

0 comments on commit 29fb725

Please sign in to comment.