Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CrytoInsight authored Dec 29, 2023
1 parent 82be178 commit 25b8f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specs/zk_evm/bootloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ bootloader’s memory, the array of the transactions is not passed as the ABI-en
struct BootloaderTxDescription {
// The offset by which the ABI-encoded transaction's data is stored
uint256 txDataOffset;
// Auxiliary data on the transaction's execution. In our internal versions
// Auxilary data on the transaction's execution. In our internal versions
// of the bootloader it may have some special meaning, but for the
// bootloader used on the mainnet it has only one meaning: whether to execute
// the transaction. If 0, no more transactions should be executed. If 1, then
Expand Down

0 comments on commit 25b8f15

Please sign in to comment.