mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
internal/ethapi: remove unused 'pendingState' from test
This commit is contained in:
parent
f3758cfd71
commit
693618622f
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue