Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
chore: fix the tx format link in Bootloader doc (#1019)
Browse files Browse the repository at this point in the history
Signed-off-by: Jingfu Wang <jingfu.wang@coinbase.com>
Co-authored-by: Dustin Brickwood <dustinbrickwood204@gmail.com>
  • Loading branch information
GeekArthur and dutterbutter authored May 9, 2024
1 parent 79f8ffc commit 03754dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zk-stack/components/zkEVM/bootloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ We also ensure that transactions do not exceed the limits of the memory space al

## Transaction Types and Validation

While the main transaction format is the internal []`Transaction`
format](<https://github.com/code-423n4/2023-10-zksync/blob/ef99273a8fdb19f5912ca38ba46d6bd02071363d/code/system-contracts/contracts/libraries/TransactionHelper.sol#L25>),
While the main transaction format is the internal [`Transaction`
format](https://github.com/code-423n4/2023-10-zksync/blob/ef99273a8fdb19f5912ca38ba46d6bd02071363d/code/system-contracts/contracts/libraries/TransactionHelper.sol#L25),
it is a struct that is used to represent various kinds of transactions types. It contains a lot of `reserved` fields
that could be used depending in the future types of transactions without need for AA to change the interfaces of their
contracts.
Expand Down

0 comments on commit 03754dd

Please sign in to comment.