Skip to content

Commit

Permalink
sharding: fixed starting name to comply with GoDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed May 25, 2018
1 parent 5e0596b commit 6ecf124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharding/collation.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func ConvertBackToTx(rawBlobs []utils.RawBlob) ([]*types.Transaction, error) {

}

// Serialize method serializes the input tx
// SerializeTxToBlob method serializes the input tx
// and returns the blobs in byte array.
func SerializeTxToBlob(txs []*types.Transaction) ([]byte, error) {

Expand Down

0 comments on commit 6ecf124

Please sign in to comment.