In rollkit.proto we have ```go // Hash of block aggregator set, at a time of block creation bytes aggregators_hash = 12; ``` Replace it with: ```go // Block aggregator set, at a time of block creation repeated bytes signatures = 12; ```
In rollkit.proto we have
Replace it with: