Skip to content

Commit 8bddd8f

Browse files
Update typings
1 parent 5a647b9 commit 8bddd8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typings/monero.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ class MoneroDaemonRpc(MoneroDaemon):
397397
@typing.overload
398398
def __init__(self, uri: str, username: str = '', password: str = '') -> None:
399399
...
400+
def get_rpc_connection(self) -> MoneroRpcConnection:
401+
...
400402
class MoneroDaemonSyncInfo:
401403
credits: int
402404
height: int

0 commit comments

Comments
 (0)