Skip to content

Commit

Permalink
missing return lol
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Oct 31, 2024
1 parent 051aef9 commit caef231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/host/l1/publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ func (p *Publisher) ExtractRelevantTenTransactions(block *types.Block, receipts

return txWithReceiptsAndBlobs, rollupTxs, contractAddressTxs
}
return nil, nil, nil
}

// FindSecretResponseTx will scan the block for any secret response transactions. This is separate from the above method
Expand Down

0 comments on commit caef231

Please sign in to comment.