fix test compilation issue
This commit is contained in:
parent
b40346e1ea
commit
c735d0da0e
@ -298,8 +298,8 @@ func TestPruningSimple(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mp.maxTxPoolSizeHi = 40
|
mp.cfg.SizeLimitHigh = 40
|
||||||
mp.maxTxPoolSizeLo = 10
|
mp.cfg.SizeLimitLow = 10
|
||||||
|
|
||||||
mp.Prune()
|
mp.Prune()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user