Skip to content

Commit

Permalink
Fix test build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Apr 17, 2024
1 parent 0476024 commit eb35055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/txpool/pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ func TestDepositTxValidateTx(t *testing.T) {

shanghaiTime := big.NewInt(0)
cache := &kvcache.DummyCache{}
pool, err := New(ch, coreDB, cfg, cache, *u256.N1, shanghaiTime, nil, nil, 0, logger)
pool, err := New(ch, coreDB, cfg, cache, *u256.N1, shanghaiTime, big.NewInt(0), nil, fixedgas.DefaultMaxBlobsPerBlock, nil, logger)
asrt.NoError(err)
ctx := context.Background()
tx, err := coreDB.BeginRw(ctx)
Expand Down

0 comments on commit eb35055

Please sign in to comment.