Skip to content

Commit

Permalink
Merge #3790
Browse files Browse the repository at this point in the history
3790: fix amount field description in swagger r=piotr-iohk a=piotr-iohk


- [x] fix amount field description in swagger

### Comments

<!-- Additional comments, links, or screenshots to attach, if any. -->

### Issue Number

<!-- Reference the Jira/GitHub issue that this PR relates to, and which requirements it tackles.
  Note: Jira issues of the form ADP- will be auto-linked. -->


Co-authored-by: Piotr Stachyra <piotr.stachyra@iohk.io>
  • Loading branch information
iohk-bors[bot] and Piotr Stachyra committed Mar 15, 2023
2 parents 120c7de + e31ecc8 commit 540db81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2823,8 +2823,7 @@ components:
An amount of Ada spent or received, from the perspective of the wallet.
That is, for outgoing transaction, it represents the amount of Ada consumed
as inputs, minus the amount of Ada spent as fees, as deposits or to addresses
which do not belong to the wallet.
as inputs including the amount of Ada spent as fees or deposits.
For incoming transaction, it represents the total amount of Ada received to
addresses that belong to the wallet.
Expand Down

0 comments on commit 540db81

Please sign in to comment.