diff --git a/code/go/0chain.net/blobbercore/stats/blobberstats.go b/code/go/0chain.net/blobbercore/stats/blobberstats.go index 080088a1b..3369ef6ae 100644 --- a/code/go/0chain.net/blobbercore/stats/blobberstats.go +++ b/code/go/0chain.net/blobbercore/stats/blobberstats.go @@ -262,6 +262,7 @@ func (bs *BlobberStats) loadAllocationStats(ctx context.Context) { Where(`reference_objects.type = 'f' AND reference_objects.deleted_at IS NULL`). Group(`reference_objects.allocation_id, allocations.expiration_date`). + Group(`reference_objects.allocation_id, allocations.size`). Rows() if err != nil {