From 44f7fe5b81540bad5bf73acc51100e8a9eef6c17 Mon Sep 17 00:00:00 2001 From: j-berman Date: Thu, 14 Mar 2024 00:05:24 -0700 Subject: [PATCH] uint32-string -> uint32 (@vtnerd suggestion) --- api/lightwallet_rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/lightwallet_rest.md b/api/lightwallet_rest.md index 2da147d..4b2408a 100644 --- a/api/lightwallet_rest.md +++ b/api/lightwallet_rest.md @@ -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