summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_common.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-30 18:09:47 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-30 18:09:47 +0200
commitc686fac84b797129d83985086121a5425d988ea4 (patch)
tree6445c8ac9422c070919885e7e806d2ad4c3320f3 /src/lib/exchange_api_common.c
parenta41119833d7fdff1a77d2a86c79649743273a0ee (diff)
downloadexchange-c686fac84b797129d83985086121a5425d988ea4.tar.gz
exchange-c686fac84b797129d83985086121a5425d988ea4.tar.bz2
exchange-c686fac84b797129d83985086121a5425d988ea4.zip
match updated specification, use CREDIT instead of DEPOSIT for transfers into a reserve
Diffstat (limited to 'src/lib/exchange_api_common.c')
-rw-r--r--src/lib/exchange_api_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c
index 2748b8fc3..661c68c6e 100644
--- a/src/lib/exchange_api_common.c
+++ b/src/lib/exchange_api_common.c
@@ -91,7 +91,7 @@ TALER_EXCHANGE_parse_reserve_history (
rhistory[off].amount = amount;
if (0 == strcasecmp (type,
- "DEPOSIT"))
+ "CREDIT"))
{
const char *wire_url;
void *wire_reference;