Skip to content

Commit b906483

Browse files
author
nisdas
committed
sharding: Removing pointer receiver(ethereum#92)
1 parent 434c511 commit b906483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharding/collation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (c *Collation) CalculateChunkRoot() {
117117
}
118118

119119
// CreateRawBlobs creates raw blobs from transactions.
120-
func (c *Collation) CreateRawBlobs() ([]*utils.RawBlob, error) {
120+
func (c Collation) CreateRawBlobs() ([]*utils.RawBlob, error) {
121121

122122
// It does not skip evm execution by default
123123
blobs := make([]*utils.RawBlob, len(c.transactions))

0 commit comments

Comments
 (0)