sharding: Removing pointer receiver(#92)

Former-commit-id: 09bb5072963354b735d5c0c22c9d43761cab8234 [formerly 907a147c13b3d28605fb6380d0b8ad8518f92208]
Former-commit-id: b3afc338970d4f8e199f87396a13cc91031d1829
This commit is contained in:
nisdas
2018-05-16 20:35:08 +08:00
parent 2635979934
commit d7f9cc8079

View File

@@ -117,7 +117,7 @@ func (c *Collation) CalculateChunkRoot() {
}
// CreateRawBlobs creates raw blobs from transactions.
func (c *Collation) CreateRawBlobs() ([]*utils.RawBlob, error) {
func (c Collation) CreateRawBlobs() ([]*utils.RawBlob, error) {
// It does not skip evm execution by default
blobs := make([]*utils.RawBlob, len(c.transactions))