diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-30 18:09:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-30 18:09:47 +0200 |
commit | c686fac84b797129d83985086121a5425d988ea4 (patch) | |
tree | 6445c8ac9422c070919885e7e806d2ad4c3320f3 /src/lib | |
parent | a41119833d7fdff1a77d2a86c79649743273a0ee (diff) |
match updated specification, use CREDIT instead of DEPOSIT for transfers into a reserve
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/exchange_api_common.c | 2 |
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; |