fix test compilation issue

This commit is contained in:
vyzo 2020-08-07 18:32:15 +03:00
parent b40346e1ea
commit c735d0da0e

View File

@ -298,8 +298,8 @@ func TestPruningSimple(t *testing.T) {
}
}
mp.maxTxPoolSizeHi = 40
mp.maxTxPoolSizeLo = 10
mp.cfg.SizeLimitHigh = 40
mp.cfg.SizeLimitLow = 10
mp.Prune()