summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-12 20:46:18 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-12 20:46:18 +0200
commitc548a400ea1956d55c675e6a21fff46f6271455b (patch)
treee9bd4781ebf75ae9ca96843e2306da5788d49112 /ChangeLog
parent9e94110b6a2e5fdf51f0d00a129d48ab3213753c (diff)
downloadmerchant-c548a400ea1956d55c675e6a21fff46f6271455b.tar.gz
merchant-c548a400ea1956d55c675e6a21fff46f6271455b.tar.bz2
merchant-c548a400ea1956d55c675e6a21fff46f6271455b.zip
implement #6173
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a61c55e..2ab8d28d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun 12 Apr 2020 08:45:11 PM CEST
+ Changed /tip-pickup API to withdraw directly from the exchange
+ and return blind signatures, instead of having the wallet do it (#6173). -CG
+
Fri 10 Apr 2020 09:01:22 PM CEST
Changing refund API to have the merchant backend make the /refund
request to the exchange instead of having the wallet do it (#5299). -CG