renaming mempool

This commit is contained in:
David Terpay
2023-08-15 11:28:02 -04:00
parent 80ac448d40
commit af85b86241
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -771,7 +771,7 @@ func (s *ProposalsTestSuite) setUpPanicLane(maxBlockSpace math.LegacyDec) *const
lane := constructor.NewLaneConstructor[string](
cfg,
"panic",
constructor.NewConstructorMempool[string](constructor.DefaultTxPriority(), cfg.TxEncoder, 0),
constructor.NewMempool[string](constructor.DefaultTxPriority(), cfg.TxEncoder, 0),
constructor.DefaultMatchHandler(),
)