Skip to content

Commit

Permalink
l2geth: gen tx meta fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Jun 2, 2021
1 parent bf143e0 commit eeabe1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions l2geth/core/types/transaction_meta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ func isTxMetaEqual(meta1 *TransactionMeta, meta2 *TransactionMeta) bool {
}
}

if meta1.SignatureHashType != meta2.SignatureHashType {
return false
}

if meta1.QueueOrigin != meta2.QueueOrigin {
return false
}
Expand Down

0 comments on commit eeabe1f

Please sign in to comment.