summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-05 14:43:13 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-05 14:43:13 +0200
commit6b1f4904ef011760f2a5c30698ab62652594fa6c (patch)
tree4d1f8d363d98b05b86d0f479d77dc1759811964d /src/exchange-lib/exchange_api_deposit.c
parent48863ce93578ea656fe5342f0f4da1bd2bab8139 (diff)
downloadexchange-6b1f4904ef011760f2a5c30698ab62652594fa6c.tar.gz
exchange-6b1f4904ef011760f2a5c30698ab62652594fa6c.tar.bz2
exchange-6b1f4904ef011760f2a5c30698ab62652594fa6c.zip
export transaction history check function
Diffstat (limited to 'src/exchange-lib/exchange_api_deposit.c')
-rw-r--r--src/exchange-lib/exchange_api_deposit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/exchange_api_deposit.c b/src/exchange-lib/exchange_api_deposit.c
index 0dc036379..871787729 100644
--- a/src/exchange-lib/exchange_api_deposit.c
+++ b/src/exchange-lib/exchange_api_deposit.c
@@ -156,7 +156,7 @@ verify_deposit_signature_forbidden (const struct TALER_EXCHANGE_DepositHandle *d
history = json_object_get (json,
"history");
if (GNUNET_OK !=
- TALER_EXCHANGE_verify_coin_history_ (dh->coin_value.currency,
+ TALER_EXCHANGE_verify_coin_history (dh->coin_value.currency,
&dh->depconf.coin_pub,
history,
&total))