blobpool wip add

pull/31073/head
lightclient 4 days ago
parent f1b55b4494
commit ef1e6f392d
No known key found for this signature in database
GPG Key ID: 657913021EF45A6A
  1. 5
      core/txpool/blobpool/blobpool_test.go

@ -1423,8 +1423,9 @@ func TestAdd(t *testing.T) {
if tt.block != nil {
// Fake a header for the new set of transactions
header := &types.Header{
Number: big.NewInt(int64(chain.CurrentBlock().Number.Uint64() + 1)),
BaseFee: chain.CurrentBlock().BaseFee, // invalid, but nothing checks it, yolo
Number: big.NewInt(int64(chain.CurrentBlock().Number.Uint64() + 1)),
Difficulty: common.Big0,
BaseFee: chain.CurrentBlock().BaseFee, // invalid, but nothing checks it, yolo
}
// Inject the fake block into the chain
txs := make([]*types.Transaction, len(tt.block))

Loading…
Cancel
Save