summaryrefslogtreecommitdiff
path: root/API_CHANGES.md
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-01-24 17:48:00 -0300
committerSebastian <sebasjm@gmail.com>2024-01-24 17:48:00 -0300
commita324ba367a75fc790f9456e479e7bbf22abe00aa (patch)
treea34fc8ea0a9fbe3afa251e684e1fe5173a8fb8f5 /API_CHANGES.md
parent236d4347f5884bb1d9ca1d3bb4ad0ba776577fd2 (diff)
downloadwallet-core-a324ba367a75fc790f9456e479e7bbf22abe00aa.tar.gz
wallet-core-a324ba367a75fc790f9456e479e7bbf22abe00aa.tar.bz2
wallet-core-a324ba367a75fc790f9456e479e7bbf22abe00aa.zip
fixes #8265
Diffstat (limited to 'API_CHANGES.md')
-rw-r--r--API_CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API_CHANGES.md b/API_CHANGES.md
index 4da02622d..f6fbf17f5 100644
--- a/API_CHANGES.md
+++ b/API_CHANGES.md
@@ -5,7 +5,7 @@ This files contains all the API changes for the current release:
## wallet-core
- AcceptManualWithdrawalResult.exchangePaytoUris is deprecated
-- WithdrawalExchangeAccountDetails.transferAmount is now optional (if convertion applies)
+- WithdrawalExchangeAccountDetails.transferAmount is now optional (if conversion applies)
- added WithdrawalExchangeAccountDetails.currencySpecification about the transferAmount currency
- 2023-12-05 dold: added WithdrawalExchangeAccountDetails.{status,conversionError} to inform the client
about errors with a particular conversion account instead of failing the whole withdrawal(-info) request.