We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434c511 commit b906483Copy full SHA for b906483
sharding/collation.go
@@ -117,7 +117,7 @@ func (c *Collation) CalculateChunkRoot() {
117
}
118
119
// CreateRawBlobs creates raw blobs from transactions.
120
-func (c *Collation) CreateRawBlobs() ([]*utils.RawBlob, error) {
+func (c Collation) CreateRawBlobs() ([]*utils.RawBlob, error) {
121
122
// It does not skip evm execution by default
123
blobs := make([]*utils.RawBlob, len(c.transactions))
0 commit comments