diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 22:40:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 22:40:12 +0100 |
commit | 0305cf5f9eb904e7a3ab3e8d39f4974a92a9a0b3 (patch) | |
tree | 8a5d839bb3cfb5e96b430ff6d1eeeed653cc4a6b /src/exchange/taler-exchange-httpd_deposit.c | |
parent | 0a415262daa93c96a9305df11a6573b49976a8cc (diff) |
move function to libtalerexchangedb, as planned
Diffstat (limited to 'src/exchange/taler-exchange-httpd_deposit.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_deposit.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_deposit.c b/src/exchange/taler-exchange-httpd_deposit.c index 48504778..11f579ab 100644 --- a/src/exchange/taler-exchange-httpd_deposit.c +++ b/src/exchange/taler-exchange-httpd_deposit.c @@ -193,9 +193,9 @@ deposit_transaction (void *cls, if (0 > qs) return qs; if (GNUNET_OK != - TEH_DB_calculate_transaction_list_totals (tl, - &spent, - &spent)) + TALER_EXCHANGEDB_calculate_transaction_list_totals (tl, + &spent, + &spent)) { TEH_plugin->free_coin_transaction_list (TEH_plugin->cls, tl); |