good morning!!!!

Skip to content
Snippets Groups Projects
Commit f08eb048 authored by Gary Rong's avatar Gary Rong Committed by Péter Szilágyi
Browse files

les: get rid of testing tx journal (#19876)

parent 3b96c17f
Branches
Tags
No related merge requests found
......@@ -192,7 +192,9 @@ func newTestProtocolManager(lightSync bool, blocks int, odr *LesOdr, indexers []
chain, _ = light.NewLightChain(odr, gspec.Config, engine, nil)
} else {
chain = simulation.Blockchain()
pool = core.NewTxPool(core.DefaultTxPoolConfig, gspec.Config, simulation.Blockchain())
config := core.DefaultTxPoolConfig
config.Journal = ""
pool = core.NewTxPool(config, gspec.Config, simulation.Blockchain())
}
// Create contract registrar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment