From e1dfb66fae6760daa46b24b0c534a57ea7fde830 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Thu, 15 Aug 2024 11:46:05 -0500 Subject: [PATCH] Start work on `getbalance` --- zenith-openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenith-openrpc.json b/zenith-openrpc.json index 70fe66d..1d193ac 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -247,7 +247,7 @@ "name": "getbalance", "summary": "Get the balance of the given account", "description": "Get the balance of the given account, including any unconfirmed balance.", - "tags": [{"$ref": "#/components/tags/draft"}], + "tags": [{"$ref": "#/components/tags/draft"},{"$ref": "#/components/tags/wip"}], "params": [], "result": { "name": "Balance",