aboutsummaryrefslogtreecommitdiffstats
path: root/les
diff options
context:
space:
mode:
authorbojie <bojie@dexon.org>2019-01-14 20:42:15 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:50:01 +0800
commit86ff3df761adde9884b39146d7c199e34e06cfbe (patch)
treeced09480da456ea4a326658a32e455d93bb1c7da /les
parentec4a5ce9483348a16bdbf6ca06e5b6d69c7d9596 (diff)
downloaddexon-86ff3df761adde9884b39146d7c199e34e06cfbe.tar
dexon-86ff3df761adde9884b39146d7c199e34e06cfbe.tar.gz
dexon-86ff3df761adde9884b39146d7c199e34e06cfbe.tar.bz2
dexon-86ff3df761adde9884b39146d7c199e34e06cfbe.tar.lz
dexon-86ff3df761adde9884b39146d7c199e34e06cfbe.tar.xz
dexon-86ff3df761adde9884b39146d7c199e34e06cfbe.tar.zst
dexon-86ff3df761adde9884b39146d7c199e34e06cfbe.zip
app: remove pending block logic (#149)
Diffstat (limited to 'les')
-rw-r--r--les/handler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/les/handler_test.go b/les/handler_test.go
index eece82a28..30bf382f1 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, false)
+ txpool := core.NewTxPool(config, params.TestChainConfig, chain)
pm.txpool = txpool
peer, _ := newTestPeer(t, "peer", 2, pm, true)
defer peer.close()