mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Update .new_address() method to return subaddress index
This commit is contained in:
parent
6bf97ddca2
commit
c2af7acc31
8 changed files with 75 additions and 6 deletions
|
@ -6,6 +6,12 @@ Release Notes
|
|||
|
||||
With version 0.6 the package name on PyPi has changed from `monero-python` to just `monero`.
|
||||
|
||||
Backward-incompatible changes:
|
||||
|
||||
1. The ``.new_address()`` method of both ``Wallet`` and ``Account`` returns a 2-element tuple of
|
||||
(`subaddress`, `index`) where the additional element is the index of the subaddress within
|
||||
current account.
|
||||
|
||||
0.5
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue