mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Fix docs
This commit is contained in:
parent
33e6d7e6e0
commit
a870165de9
2 changed files with 8 additions and 7 deletions
|
@ -191,7 +191,8 @@ class Wallet(object):
|
|||
"""
|
||||
Creates a new address in the default account.
|
||||
|
||||
:rtype: :class:`SubAddress <monero.address.SubAddress>`
|
||||
:rtype: tuple of subaddress, subaddress index (minor):
|
||||
(:class:`SubAddress <monero.address.SubAddress>`, `int`)
|
||||
"""
|
||||
return self.accounts[0].new_address(label=label)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue