Skip to content

Commit

Permalink
Fix external reference for Transaction and Utxo
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Aug 30, 2021
1 parent d41084e commit 6699f74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hydra-node/api-log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ definitions:
type: string
enum: ["ClientEvent"]
clientInput:
$ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api-log.json#/definitions/ClientInput"
$ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api.json#/definitions/ClientInput"
- title: NetworkEvent
type: object
required:
Expand Down Expand Up @@ -285,7 +285,7 @@ definitions:
party:
$ref: "#/definitions/Party"
transaction:
$ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api-log.json#/definitions/Transaction"
$ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api.json#/definitions/Transaction"
- title: ReqSn
type: object
required:
Expand All @@ -307,7 +307,7 @@ definitions:
transactions:
type: array
items:
$ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api-log.json#/definitions/Transaction"
$ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api.json#/definitions/Transaction"
- title: AckSn
type: object
required:
Expand Down Expand Up @@ -399,7 +399,7 @@ definitions:
party:
$ref: "#/definitions/Party"
committed:
$ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api-log.json#/definitions/Utxo"
$ref: "https://raw.githubusercontent.com/input-output-hk/hydra-poc/master/docs/api.json#/definitions/Utxo"
- title: OnAbortTx
type: object
required:
Expand Down

0 comments on commit 6699f74

Please sign in to comment.