Skip to content

Commit

Permalink
to_private_key pyi return type
Browse files Browse the repository at this point in the history
  • Loading branch information
smartgoo committed Dec 5, 2024
1 parent e491d9d commit 96351c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kaspa.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ class XPrv:

def to_xpub(self) -> XPub: ...

def to_private_key(self) -> XPub: ...
def to_private_key(self) -> PrivateKey: ...

@property
def xprv(self) -> str: ...
Expand Down

0 comments on commit 96351c2

Please sign in to comment.