Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/transactions/logic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Constants can be pushed onto the stack in two different ways:

2. Constants can be loaded into storage separate from the stack and
scratch space, using two opcodes `intcblock` and
`bytecblock`. Then, constants from this storage can be pushed
`bytecblock`. Then, constants from this storage can be
pushed onto the stack by referring to the type and index using
`intc`, `intc_[0123]`, `bytec`, and `bytec_[0123]`. This method is
more efficient for constants that are used multiple times.
Expand Down
2 changes: 1 addition & 1 deletion data/transactions/logic/README_in.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Constants can be pushed onto the stack in two different ways:

2. Constants can be loaded into storage separate from the stack and
scratch space, using two opcodes `intcblock` and
`bytecblock`. Then, constants from this storage can be pushed
`bytecblock`. Then, constants from this storage can be
pushed onto the stack by referring to the type and index using
`intc`, `intc_[0123]`, `bytec`, and `bytec_[0123]`. This method is
more efficient for constants that are used multiple times.
Expand Down