Skip to content

Commit

Permalink
Merge pull request #15 from consensys-vertical-apps/MMI-5064-update-p…
Browse files Browse the repository at this point in the history
…aram-custodian_getTransactionById

chore: updates txId param format
  • Loading branch information
zone-live authored May 29, 2024
2 parents 6856767 + 2b4a4ee commit c18e88e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,7 @@
"params": [
{
"name": "custodianGetTransactionByIdExampleParam",
"value": {
"transactionId": "ef8cb7af-1a00-4687-9f82-1f1c82fbef54"
}
"value": ["ef8cb7af-1a00-4687-9f82-1f1c82fbef54"]
}
],
"result": {
Expand Down Expand Up @@ -459,9 +457,7 @@
"params": [
{
"name": "custodianGetTransactionByIdExampleParam",
"value": {
"transactionId": "ef8cb7af-1a00-4687-9f82-1f1c82fbef54"
}
"value": ["ef8cb7af-1a00-4687-9f82-1f1c82fbef54"]
}
],
"result": {
Expand Down Expand Up @@ -502,9 +498,7 @@
"params": [
{
"name": "custodianGetTransactionByIdExampleParam",
"value": {
"transactionId": "ef8cb7af-1a00-4687-9f82-1f1c82fbef54"
}
"value": ["ef8cb7af-1a00-4687-9f82-1f1c82fbef54"]
}
],
"result": {
Expand Down

0 comments on commit c18e88e

Please sign in to comment.