Skip to content

Commit

Permalink
remove unused register_id in pairing check function
Browse files Browse the repository at this point in the history
  • Loading branch information
olga24912 committed Dec 21, 2023
1 parent 8ebe96e commit f9343c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions neps/nep-0488.md
Original file line number Diff line number Diff line change
Expand Up @@ -997,8 +997,7 @@ The ERROR_CODE is returned.
```rust
pub fn bls12381_pairing_check(&mut self,
value_len: u64,
value_ptr: u64,
register_id: u64) -> Result<u64>;
value_ptr: u64) -> Result<u64>;
```

#### bls12381_p1_decompress
Expand Down

0 comments on commit f9343c8

Please sign in to comment.