Skip to content

Commit

Permalink
remove unusd code
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Jul 24, 2024
1 parent 13a1a8f commit 1dffafb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rollup/pipeline/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ func (p *Pipeline) TryPushTxns(txs types.OrderedTransactionSet, onFailingTxn fun
break
}

if p.txs.Len() == 0 && tx.Hash() == common.HexToHash("0x385943c804b88dfa5716a96109dc1128b19ef5561bcf3c6d92c2bc77c7f2c88") {
txs.Shift()
continue
}

result, err := p.TryPushTxn(tx)
if result != nil {
return result
Expand Down

0 comments on commit 1dffafb

Please sign in to comment.