Skip to content

Commit

Permalink
Specify register id
Browse files Browse the repository at this point in the history
Co-authored-by: Ekleog-NEAR <96595974+Ekleog-NEAR@users.noreply.github.com>
  • Loading branch information
olga24912 and Ekleog-NEAR authored Dec 21, 2023
1 parent d4655c4 commit 384395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/nep-0488.md
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ pub fn bls12381_p2_decompress(&mut self,
#### General comments for all functions

In all functions, the input is fetched from memory, beginning at `value_ptr` and extending to `value_ptr + value_len`.
If `value_len` is `u64::MAX`, input will come from the register.
If `value_len` is `u64::MAX`, input will come from the register with id `value_ptr`.

Execution ends only if there's an incorrect input length,
input extends beyond memory bounds, or gas limits are reached.
Expand Down

0 comments on commit 384395b

Please sign in to comment.