Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 28, 2023
1 parent 523e701 commit 306e611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/contract_bytecode.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ guarantees, ensuring that the bytecode of the deployed contract is always
available.

A `deploy` transaction is identified by the `to` address being empty. The data
sent to the KakarotCore contract when deploying a new contract wil be formatted
sent to the KakarotCore contract when deploying a new contract will be formatted
by the RPC to pack the bytecode into 31-bytes values, and passed as a
`Array<felt252>` to the entrypoint `eth_send_transaction` of the KakarotCore contract. This

Check notice on line 176 in docs/general/contract_bytecode.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD013)

[new] Line length
allows us to save on computation costs required to pack all byte values into the
Expand Down

0 comments on commit 306e611

Please sign in to comment.