Skip to content

Commit

Permalink
Fix last lints.
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Nov 19, 2024
1 parent b1c7689 commit 322a997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fuel-vm/instruction-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -2383,12 +2383,10 @@ Panic if:
| Encoding | `0x00 rA rB rC rD` |
| Notes | For now, only `$rB` = 0 is accepted |

<!-- markdownlint-disable-next-line no-duplicate-header -->
#### Curve ID `$rB` possible values

- `0`: `alt_bn128` elliptic curve.

<!-- markdownlint-disable-next-line no-duplicate-header -->
#### Encoding of points and results by curve ID

| Curve ID | `$rA` format | `$rC` format | `$rD` format |
Expand Down Expand Up @@ -2427,10 +2425,12 @@ Panic if:
| Encoding | `0x00 rA rB rC rD` |
| Notes | For now, only `$rB` = 0 is accepted. Detailed explanations on the behavior : <https://eips.ethereum.org/EIPS/eip-197> |

<!-- markdownlint-disable-next-line no-duplicate-header -->
#### Curve ID `$rB` possible values

- `0`: `alt_bn128` elliptic curve.

<!-- markdownlint-disable-next-line no-duplicate-header -->
#### Encoding of points and results by curve ID

| Curve ID | `$rA` format | `$rC` format | `$rD` format |
Expand Down

0 comments on commit 322a997

Please sign in to comment.