| 47 | } |
| 48 | |
| 49 | type testBlockChain struct { |
| 50 | statedb *state.StateDB |
| 51 | gasLimit uint64 |
| 52 | chainHeadFeed *event.Feed |
| 53 | } |
| 54 | |
| 55 | func (bc *testBlockChain) CurrentBlock() *types.Block { |
| 56 | return types.NewBlock(&types.Header{ |
nothing calls this directly
no outgoing calls
no test coverage detected