mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 08:44:28 +00:00
sharding: fix typo in collation.go
Former-commit-id: 223f5fa3ac324327f105dff1f2912a5392980af1 [formerly ff32f9f6ff29e64467786dec0825fbc74835e319] Former-commit-id: 8b36f30091c9314592cf85899caa3fa095ab112a
This commit is contained in:
parent
083c93e712
commit
54875f5389
@ -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.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user