From 2d304f412c404e25ba240c67f4d6d673d4fa70ff Mon Sep 17 00:00:00 2001 From: Mason Liang Date: Thu, 28 Mar 2024 01:21:35 -0400 Subject: [PATCH] Fix copy duplicated comments --- zkevm-circuits/src/table.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zkevm-circuits/src/table.rs b/zkevm-circuits/src/table.rs index 2abfacd193..5edfc0e708 100644 --- a/zkevm-circuits/src/table.rs +++ b/zkevm-circuits/src/table.rs @@ -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,