Skip to content

Commit

Permalink
Fix logs.yaml with forgotten OnDecrementTx
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo authored and v0d1ch committed Jul 22, 2024
1 parent 7a6753e commit 3467137
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hydra-node/json-schemas/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1987,12 +1987,20 @@ definitions:
required:
- tag
- headId
- newVersion
- distributedOutputs
properties:
tag:
type: string
enum: ["OnDecrementTx"]
headId:
$ref: "api.yaml#/components/schemas/HeadId"
newVersion:
$ref: "api.yaml#/components/schemas/SnapshotVersion"
distributedOutputs:
type: array
items:
$ref: "api.yaml#/components/schemas/TxOut"
- title: OnCollectComTx
type: object
additionalProperties: false
Expand Down

0 comments on commit 3467137

Please sign in to comment.