mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
les: fixed tests
This commit is contained in:
parent
b810aa7e6f
commit
3809ae416c
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ func (p *testPeer) handshake(t *testing.T, td *big.Int, head common.Hash, headNu
|
||||||
expList = expList.add("serveHeaders", nil)
|
expList = expList.add("serveHeaders", nil)
|
||||||
expList = expList.add("serveChainSince", uint64(0))
|
expList = expList.add("serveChainSince", uint64(0))
|
||||||
expList = expList.add("serveStateSince", uint64(0))
|
expList = expList.add("serveStateSince", uint64(0))
|
||||||
|
expList = expList.add("serveRecentState", uint64(core.TriesInMemory-4))
|
||||||
expList = expList.add("txRelay", nil)
|
expList = expList.add("txRelay", nil)
|
||||||
expList = expList.add("flowControl/BL", testBufLimit)
|
expList = expList.add("flowControl/BL", testBufLimit)
|
||||||
expList = expList.add("flowControl/MRR", uint64(1))
|
expList = expList.add("flowControl/MRR", uint64(1))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue