From d1789b634e6e579c211d8fcdc8117ca025f292f6 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Thu, 8 Aug 2024 09:22:37 -0500 Subject: [PATCH] Fix typo in OpenRPC --- zenith-openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenith-openrpc.json b/zenith-openrpc.json index 1ec071a..43f30be 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -248,7 +248,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/UserTx" + "$ref": "#/components/schemas/ZcashNote" } } }