Skip to content

Commit

Permalink
Fix stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 8, 2024
1 parent 6702403 commit 864a783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wheel/python/chia_rs/chia_rs.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class G1Element:
def __add__(self, other: G1Element) -> G1Element: ...
def __iadd__(self, other: G1Element) -> G1Element: ...
def derive_unhardened(self, int) -> G1Element: ...
def scalar_multiply(self, value: int) -> G1Element: ...
def __init__(
self
) -> None: ...
Expand Down

0 comments on commit 864a783

Please sign in to comment.