Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Apr 26, 2024
1 parent 1e06ad5 commit e114b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexer/write_db.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func buildDbBlock(block *CacheBlock, epochStats *EpochStats) *dbtypes.Slot {
}

if syncAggregate != nil {

var assignedCount int
if epochStats != nil && epochStats.syncAssignments != nil {
assignedCount = len(epochStats.syncAssignments)
Expand Down

0 comments on commit e114b62

Please sign in to comment.