internal/ethapi: remove unused 'pendingState' from test

This commit is contained in:
lightclient 2025-08-18 15:55:14 -06:00
parent f3758cfd71
commit 693618622f
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -442,7 +442,6 @@ type testBackend struct {
pending *types.Block
pendingReceipts types.Receipts
pendingState *state.StateDB
}
func newTestBackend(t *testing.T, n int, gspec *core.Genesis, engine consensus.Engine, generator func(i int, b *core.BlockGen)) *testBackend {