From c686fac84b797129d83985086121a5425d988ea4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Mar 2020 18:09:47 +0200 Subject: match updated specification, use CREDIT instead of DEPOSIT for transfers into a reserve --- src/lib/exchange_api_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exchange_api_common.c') 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; -- cgit v1.2.3