Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Merged
Changes from all commits
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
6 changes: 2 additions & 4 deletions zkevm-circuits/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,9 @@ pub enum TxFieldTag {
/// TxSignHash: Hash of the transaction without the signature, used for
/// signing.
TxSignHash,
/// TxHashLength: Length of the RLP-encoded transaction without the
/// signature, used for signing
/// TxHashLength: Length of the RLP-encoded signed transaction
TxHashLength,
/// TxHashRLC: RLC of the RLP-encoded transaction without the signature,
/// used for signing
/// TxHashRLC: RLC of the RLP-encoded signed transaction
TxHashRLC,
/// TxHash: Hash of the transaction with the signature
TxHash,
Expand Down