From c9dea016440f7d3604549cce26233fbb9e1650cd Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Thu, 8 Aug 2024 10:11:10 -0500 Subject: [PATCH] Fix typos in OpenRPC --- zenith-openrpc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zenith-openrpc.json b/zenith-openrpc.json index dee9bc2..abfd0bd 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -106,7 +106,7 @@ "result": { "name": "Wallet", "schema": { - "$ref": "#/components/contentDescriptors/WalletID" + "$ref": "#/components/contentDescriptors/WalletId" } } }, @@ -170,7 +170,7 @@ "result": { "name": "Account", "schema": { - "$ref": "#/components/contentDescriptors/AccountID" + "$ref": "#/components/contentDescriptors/AccountId" } } },