From eaa596fdac326d1dfaa4562b81c43a23e9a4c96e Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Sat, 14 Sep 2024 09:10:01 -0500 Subject: [PATCH] docs: fix spec error --- zenith-openrpc.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/zenith-openrpc.json b/zenith-openrpc.json index 09cb535..a58fb0b 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -810,12 +810,13 @@ } }, "TxRequest": { - "type": "object", - "properties": { - "address": { "type": "string", "description": "Recipient's address (unified, Sapling or transparent)" }, - "amount": { "type": "number", "description": "The amount to send in ZEC"}, - "memo": { "type": "string", "description": "The shielded memo to include, if applicable"}, - "privacy": { "type": "string", "enum": ["None", "Medium", "Full"], "description": "The privacy policy to use for the transaction. `Full` policy allows shielded funds to be transferred within their shielded pools. `Medium` policy allows shielded funds to cross shielded pools and deshielding transactions. `None` allows for transparent funds to be spent."} + "type": "object", + "properties": { + "address": { "type": "string", "description": "Recipient's address (unified, Sapling or transparent)" }, + "amount": { "type": "number", "description": "The amount to send in ZEC"}, + "memo": { "type": "string", "description": "The shielded memo to include, if applicable"}, + "privacy": { "type": "string", "enum": ["None", "Medium", "Full"], "description": "The privacy policy to use for the transaction. `Full` policy allows shielded funds to be transferred within their shielded pools. `Medium` policy allows shielded funds to cross shielded pools and deshielding transactions. `None` allows for transparent funds to be spent."} + } } }, "examples": {},