From 2b4a4ee6c3ec071935ba5286bb7a7d2918b03b11 Mon Sep 17 00:00:00 2001 From: Antonio Regadas Date: Mon, 27 May 2024 16:10:20 +0100 Subject: [PATCH] chore: updates txId param format --- src/openrpc.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/openrpc.json b/src/openrpc.json index 55e7686..f14a6c2 100644 --- a/src/openrpc.json +++ b/src/openrpc.json @@ -417,9 +417,7 @@ "params": [ { "name": "custodianGetTransactionByIdExampleParam", - "value": { - "transactionId": "ef8cb7af-1a00-4687-9f82-1f1c82fbef54" - } + "value": ["ef8cb7af-1a00-4687-9f82-1f1c82fbef54"] } ], "result": { @@ -459,9 +457,7 @@ "params": [ { "name": "custodianGetTransactionByIdExampleParam", - "value": { - "transactionId": "ef8cb7af-1a00-4687-9f82-1f1c82fbef54" - } + "value": ["ef8cb7af-1a00-4687-9f82-1f1c82fbef54"] } ], "result": { @@ -502,9 +498,7 @@ "params": [ { "name": "custodianGetTransactionByIdExampleParam", - "value": { - "transactionId": "ef8cb7af-1a00-4687-9f82-1f1c82fbef54" - } + "value": ["ef8cb7af-1a00-4687-9f82-1f1c82fbef54"] } ], "result": {