Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed May 2, 2024
1 parent 802875e commit 75d64ac
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,18 @@ paths:
type: boolean
responses:
"200":
$ref: "#/components/responses/empty"
description: OK
content:
application/json:
schema:
allOf:
- type: object
properties:
transactions:
type: array
items:
$ref: "#/components/schemas/transaction_record"
- $ref: "#/components/schemas/apiResponse"
/cancel_offers:
post:
tags:
Expand Down Expand Up @@ -2638,6 +2649,8 @@ paths:
properties:
transaction:
$ref: "#/components/schemas/transaction_record"
fee_transaction:
$ref: "#/components/schemas/transaction_record"
total_fee:
type: integer
format: uint64
Expand Down Expand Up @@ -2679,6 +2692,8 @@ paths:
properties:
transaction:
$ref: "#/components/schemas/transaction_record"
fee_transaction:
$ref: "#/components/schemas/transaction_record"
total_fee:
type: integer
format: uint64
Expand Down

0 comments on commit 75d64ac

Please sign in to comment.