mirror of
https://github.com/monero-project/meta.git
synced 2024-12-22 11:39:22 +00:00
uint32-string -> uint32 (@vtnerd suggestion)
This commit is contained in:
parent
6b1bd79790
commit
44f7fe5b81
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ of subaddresses within that major index.
|
|||
|
||||
| | Type | Description |
|
||||
|-------|-------------------------------|-----------------------------------------|
|
||||
| Key | `uint32-string` | Subaddress major index |
|
||||
| Key | `uint32` | Subaddress major index |
|
||||
| Value | array of `index_range` arrays | Minor subaddresses within the the major |
|
||||
|
||||
> Minor subaddresses are in strictly increasing order with no overlapping
|
||||
|
|
Loading…
Reference in a new issue