Skip to content

Commit

Permalink
Add a comment to BlockMessages to address #4446.
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed Oct 20, 2020
1 parent 1c6ea75 commit e7a68db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/api_full.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,8 @@ type MsgGasCost struct {
TotalCost abi.TokenAmount
}

// BlsMessages[x].cid = Cids[x]
// SecpkMessages[y].cid = Cids[BlsMessages.length + y]
type BlockMessages struct {
BlsMessages []*types.Message
SecpkMessages []*types.SignedMessage
Expand Down

0 comments on commit e7a68db

Please sign in to comment.