diff --git a/proposer/proposer.go b/proposer/proposer.go index 3e2d231d2..98a6900ee 100644 --- a/proposer/proposer.go +++ b/proposer/proposer.go @@ -265,7 +265,6 @@ func (p *Proposer) fetchPoolContent(filterPoolContent bool) ([]types.Transaction } log.Info("Transactions lists count", "count", len(txLists)) - return txLists, nil }