From 124102ddc1fd10571be2a83c4f1c40a85dfdcc37 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 26 Nov 2018 18:26:51 +0800 Subject: les: fix tests --- les/handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'les') diff --git a/les/handler_test.go b/les/handler_test.go index 2cbad52c1..6ef6da8e9 100644 --- a/les/handler_test.go +++ b/les/handler_test.go @@ -498,7 +498,7 @@ func TestTransactionStatusLes2(t *testing.T) { chain := pm.blockchain.(*core.BlockChain) config := core.DefaultTxPoolConfig config.Journal = "" - txpool := core.NewTxPool(config, params.TestChainConfig, chain) + txpool := core.NewTxPool(config, params.TestChainConfig, chain, false) pm.txpool = txpool peer, _ := newTestPeer(t, "peer", 2, pm, true) defer peer.close() -- cgit v1.2.3