Skip to content

Commit

Permalink
blob: fix some sidecar RLP encode/decode issues;
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbundler committed May 13, 2024
1 parent 7427ab6 commit da7700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/protocols/eth/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ type BlockHeadersPacket66 struct {
type NewBlockPacket struct {
Block *types.Block
TD *big.Int
Sidecars types.BlobSidecars `rlp:"optional"`
Sidecars types.BlobSidecars
}

func (nbp NewBlockPacket) EncodeRLP(w io.Writer) error {
Expand Down

0 comments on commit da7700e

Please sign in to comment.