diff --git a/zenith-openrpc.json b/zenith-openrpc.json index d1ec86e..377ee1a 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -117,7 +117,13 @@ "name": "GetNewWallet example", "summary": "Create a wallet", "description": "Creates a new wallet with the given name", - "params": [ "Main" ], + "params": [ + { + "name": "Wallet name", + "summary": "The user-friendly name for the wallet", + "value": "Main" + } + ], "result": { "name": "GetNewWallet result", "value": 1