Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions encoding/codecv7_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,6 @@ func (c *daChunkV7) Hash() (common.Hash, error) {
// concatenate l1 tx hashes
for _, blockTxs := range c.transactions {
for _, txData := range blockTxs {
if txData.Type != types.L1MessageTxType {
continue
}

hashBytes := common.FromHex(txData.TxHash)
if len(hashBytes) != common.HashLength {
return common.Hash{}, fmt.Errorf("unexpected hash: %s", txData.TxHash)
Expand Down