diff options
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; |