summaryrefslogtreecommitdiff
path: root/API_CHANGES.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-06 17:38:49 +0100
committerFlorian Dold <florian@dold.me>2023-12-06 17:38:49 +0100
commita7ec09cd8e0d6cf80d2f714c9310d58f19673541 (patch)
treee5d0a422135dee5c622c7f3f87bb0a9a28a943ac /API_CHANGES.md
parent42b4ce49a39536500f6ae19590e2171a769fed98 (diff)
downloadwallet-core-a7ec09cd8e0d6cf80d2f714c9310d58f19673541.tar.gz
wallet-core-a7ec09cd8e0d6cf80d2f714c9310d58f19673541.tar.bz2
wallet-core-a7ec09cd8e0d6cf80d2f714c9310d58f19673541.zip
wallet-core: return exchange base URL in PreparePeerPushCreditResponse
Diffstat (limited to 'API_CHANGES.md')
-rw-r--r--API_CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/API_CHANGES.md b/API_CHANGES.md
index 5ec48a1b7..566a17650 100644
--- a/API_CHANGES.md
+++ b/API_CHANGES.md
@@ -9,3 +9,5 @@ This files contains all the API changes for the current release:
- 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.
+- 2023-12-06 dold: added the exchangeBaseUrl to PreparePeerPushCreditResponse, allowing the UI
+ to check the exchange status for the peer push credit.