Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurfaro committed Dec 4, 2021
1 parent f738b26 commit 87da626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/vm/opcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
- [Transaction Access Opcodes](#transaction-access-opcodes)
- [XIL: Transaction input length](#xil-transaction-input-length)
- [XIS: Transaction input start](#xis-transaction-input-start)
- [XOL: Transaction input length](#xol-transaction-input-length)
- [XOL: Transaction output length](#xol-transaction-output-length)
- [XOS: Transaction output start](#xos-transaction-output-start)
- [XWL: Transaction witness length](#xwl-transaction-witness-length)
- [XWS: Transaction witness start](#xws-transaction-witness-start)
Expand Down Expand Up @@ -2597,7 +2597,7 @@ In a script transaction, append an additional receipt to the list of receipts, m
| `result` | `uint64` | ```PanicReason.InputNotFound \| instr >> 8``` |
| `gas_used` | `uint64` | Gas consumed by the script. |

### XOL: Transaction input length
### XOL: Transaction output length

| | |
|-------------|----------------------------------------------------------------------------------------|
Expand Down

0 comments on commit 87da626

Please # to comment.