sharding: fix typo in collation.go

Former-commit-id: 223f5fa3ac324327f105dff1f2912a5392980af1 [formerly ff32f9f6ff29e64467786dec0825fbc74835e319]
Former-commit-id: 8b36f30091c9314592cf85899caa3fa095ab112a
This commit is contained in:
Raul Jordan 2018-05-16 01:13:06 -04:00
parent 083c93e712
commit 54875f5389

View File

@ -33,7 +33,7 @@ type CollationHeader struct {
type collationHeaderData struct {
ShardID *big.Int // the shard ID of the shard.
ChunkRoot *common.Hash // the root of the chunk tree which identifies collation body.
Period *big.Int // the period number in which collation to be Pncluded.
Period *big.Int // the period number in which collation to be included.
ProposerAddress *common.Address // address of the collation proposer.
ProposerSignature []byte // the proposer's signature for calculating collation hash.
}