diff options
Diffstat (limited to 'les/handler_test.go')
-rw-r--r-- | les/handler_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/les/handler_test.go b/les/handler_test.go index 4e16a8979..dae583f6d 100644 --- a/les/handler_test.go +++ b/les/handler_test.go @@ -496,6 +496,7 @@ func TestGetBloombitsProofs(t *testing.T) { func TestTransactionStatusLes2(t *testing.T) { server, tearDown := newServerEnv(t, 0, 2, nil) defer tearDown() + server.pm.addTxsSync = true chain := server.pm.blockchain.(*core.BlockChain) config := core.DefaultTxPoolConfig |