Skip to content

Commit

Permalink
Apply suggestion for typed transactions
Browse files Browse the repository at this point in the history
Co-authored-by: Hamy Ratoanina <[email protected]>
  • Loading branch information
Nashtare and Hamy Ratoanina authored Sep 6, 2024
1 parent e2c9b37 commit 4aca1a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4aca1a2

Please sign in to comment.