core, les: fix les unit tests (#19823)
This commit is contained in:
committed by
Péter Szilágyi
parent
a32a2b933a
commit
b80c840af3
@ -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
|
||||
|
Reference in New Issue
Block a user