Skip to content

Commit

Permalink
fix bsc snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Oct 28, 2024
1 parent 55d8a78 commit bba5d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth/protocols/eth/protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,11 @@ func TestNewBlockPacket_EncodeDecode(t *testing.T) {
TD: new(big.Int).SetUint64(1),
}},
{msg: NewBlockPacket{
Block: types.NewBlock(header, []types.Transaction{dynamicTx}, nil, nil, types.Withdrawals{}, nil),
Block: types.NewBlock(header, []types.Transaction{dynamicTx}, nil, nil, types.Withdrawals{}),
TD: new(big.Int).SetUint64(1),
}},
{msg: NewBlockPacket{
Block: types.NewBlock(header, []types.Transaction{dynamicTx, blobTx}, nil, nil, types.Withdrawals{}, nil),
Block: types.NewBlock(header, []types.Transaction{dynamicTx, blobTx}, nil, nil, types.Withdrawals{}),
TD: new(big.Int).SetUint64(1),
Sidecars: types.BlobSidecars{&types.BlobSidecar{
BlobTxSidecar: txSidecar,
Expand Down

0 comments on commit bba5d11

Please sign in to comment.