Skip to content

Commit

Permalink
Fix typo CHIP-0111 to CHIP-0011
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Apr 17, 2024
1 parent 38d056b commit a63545d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The `@` operator acts in a similar fashion to unquoted atoms in CLVM. If `@` is

| Operator | Format | Description |
| -------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------- |
| point_add | `(point_add p1 p2 ...)` | Adds two or more G1 points (public keys) together. Renamed to g1_add in [CHIP-0111](#chip-0011-operators). |
| point_add | `(point_add p1 p2 ...)` | Adds two or more G1 points (public keys) together. Renamed to g1_add in [CHIP-0011](#chip-0011-operators). |
| pubkey_for_exp | `(pubkey_for_exp A)` | Maps an exponent (secret key) to a G1 point (public key). |

## Softfork
Expand Down

0 comments on commit a63545d

Please sign in to comment.