diff --git a/les/helper_test.go b/les/helper_test.go index 4b9f270cc..fb9117ad1 100644 --- a/les/helper_test.go +++ b/les/helper_test.go @@ -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 diff --git a/les/transactions.rlp b/les/transactions.rlp deleted file mode 100755 index e69de29bb..000000000