rpc/listaddressgroupings: redefine inner-most array as ARR_FIXED

ARR_FIXED is for cases like this, where the elements are in an array for convenience, rather than due to being dynamically sized lists.
pull/21897/head
Karl-Johan Alm 4 years ago
parent 8500f7bf54
commit 7031721f2c
No known key found for this signature in database
GPG Key ID: 57AF762DB3353322

@ -540,7 +540,7 @@ static RPCHelpMan listaddressgroupings()
{
{RPCResult::Type::ARR, "", "",
{
{RPCResult::Type::ARR, "", "",
{RPCResult::Type::ARR_FIXED, "", "",
{
{RPCResult::Type::STR, "address", "The bitcoin address"},
{RPCResult::Type::STR_AMOUNT, "amount", "The amount in " + CURRENCY_UNIT},

Loading…
Cancel
Save