From 4aca1a24258104e56462886ec534fcb2044fce23 Mon Sep 17 00:00:00 2001 From: Robin Salen <30937548+Nashtare@users.noreply.github.com> Date: Sat, 7 Sep 2024 04:03:47 +0900 Subject: [PATCH] Apply suggestion for typed transactions Co-authored-by: Hamy Ratoanina --- evm_arithmetization/src/cpu/kernel/asm/transactions/router.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm_arithmetization/src/cpu/kernel/asm/transactions/router.asm b/evm_arithmetization/src/cpu/kernel/asm/transactions/router.asm index 17108c0ec..eaef7efd7 100644 --- a/evm_arithmetization/src/cpu/kernel/asm/transactions/router.asm +++ b/evm_arithmetization/src/cpu/kernel/asm/transactions/router.asm @@ -44,7 +44,7 @@ read_txn_from_memory: // stack: rlp_start_addr, retdest } - // At this point, since it's not a type 1, 2 or 3 transaction, + // At this point, since it's not a typed transaction, // it must be a legacy (aka type 0) transaction. %jump(process_type_0_txn)