summaryrefslogtreecommitdiff
path: root/API_CHANGES.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-12 21:24:21 +0100
committerFlorian Dold <florian@dold.me>2023-12-12 21:24:28 +0100
commit387416f02dec4a7f948ba96e918e3cacaf92639e (patch)
tree959fde0a7f8c51c2749251ddff32588907e44f4b /API_CHANGES.md
parentf7e01690b44e42b7088457374a2a8606fd94f84e (diff)
downloadwallet-core-387416f02dec4a7f948ba96e918e3cacaf92639e.tar.gz
wallet-core-387416f02dec4a7f948ba96e918e3cacaf92639e.tar.bz2
wallet-core-387416f02dec4a7f948ba96e918e3cacaf92639e.zip
wallet-core: implement maxExpirationDate for checkPeerPushDebit
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 570649a5d..436466947 100644
--- a/API_CHANGES.md
+++ b/API_CHANGES.md
@@ -30,3 +30,5 @@ This files contains all the API changes for the current release:
- 2023-12-12 dold: the getExchangeTos request not accepts an additional
acceptLanguage field in the request. The response now contains an optional
contentLanguage field that is returned if the exchange reports it.
+- 2023-12-12 2:0:1 dold: The checkPeerPushDebit now returns a maximum
+ expiration date based on the expiry of selected coins.