From 306a08a71c0f1e8e3e549fbb72c0eecdb3ec9a70 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Jul 2021 13:02:04 +0200 Subject: -rename TALER_amount_get_zero to TALER_amount_set_zero --- src/lib/exchange_api_common.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 82604e0b1..2ad55e6c3 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c @@ -58,10 +58,10 @@ TALER_EXCHANGE_parse_reserve_history ( struct TALER_Amount total_out; GNUNET_assert (GNUNET_OK == - TALER_amount_get_zero (currency, + TALER_amount_set_zero (currency, &total_in)); GNUNET_assert (GNUNET_OK == - TALER_amount_get_zero (currency, + TALER_amount_set_zero (currency, &total_out)); uuid_off = 0; for (unsigned int off = 0; off