core: don't remove transactions after block processing
The transaction pool drops processed transactions on its own during pool maintenance.
This commit is contained in:
		| @@ -17,7 +17,7 @@ func proc() (*BlockProcessor, *ChainManager) { | ||||
| 	var mux event.TypeMux | ||||
|  | ||||
| 	chainMan := NewChainManager(db, db, thePow(), &mux) | ||||
| 	return NewBlockProcessor(db, db, ezp.New(), nil, chainMan, &mux), chainMan | ||||
| 	return NewBlockProcessor(db, db, ezp.New(), chainMan, &mux), chainMan | ||||
| } | ||||
|  | ||||
| func TestNumber(t *testing.T) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user