Skip to content

Commit 28428a8

Browse files
committed
debug
1 parent a070da0 commit 28428a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/pkg/commons/db/bigtable.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,8 @@ func (bigtable *Bigtable) SaveValidatorBalances(epoch uint64, validators []*type
565565
return err
566566
}
567567

568+
log.Infof("saving highestActiveValidatorIndex for epoch %v: %v (electraForkEpoch: %v)", epoch, highestActiveIndex, utils.Config.Chain.ClConfig.ElectraForkEpoch)
569+
568570
// store the highes active validator index for that epoch
569571
return bigtable.SaveHighestActiveValidatorIndex(ctx, epoch, highestActiveIndex)
570572
}

0 commit comments

Comments
 (0)