mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
core/types: add comments in BlobTxCellSidecar
This commit is contained in:
parent
5f16a5ea74
commit
b394cfffe3
1 changed files with 2 additions and 0 deletions
|
|
@ -176,6 +176,8 @@ func (sc *BlobTxSidecar) Copy() *BlobTxSidecar {
|
|||
}
|
||||
}
|
||||
|
||||
// BlobTxCellSidecar is a sidecar that carries cells instead of blobs.
|
||||
// The Custody field represents which cells of each blob this sidecar contains.
|
||||
type BlobTxCellSidecar struct {
|
||||
Version byte
|
||||
Cells []kzg4844.Cell
|
||||
|
|
|
|||
Loading…
Reference in a new issue